Click or drag to resize

BrowserListItem Properties

The BrowserListItem type exposes the following members.

Properties
 NameDescription
Public propertyChangeDate 
Public propertyCreationDate 
Public propertyDescription Gets the description string. Can be used e.g. to show a tool tip.
(Inherited from ListNode)
Public propertyImage Gets an image to display for the item. The type depends on the Gui that is currently used.
(Inherited from ListNode)
Public propertyImageIndex
(Overrides ListNodeImageIndex)
Public propertyIsSelected Gets or sets a value indicating whether this item is selected.
(Inherited from SelectableListNode)
Public propertyRenamingValidationFunction Bind the validation to this property and use a ConverterStringFuncToValidationRule converter to convert it into a validation rule.
Public propertySubItemCount Gets the number of subitems to display (Text0, Text1, etc.).
(Inherited from ListNode)
Public propertyTag Gets or sets a tag associated with the item.
(Inherited from ListNode)
Public propertyText
(Overrides ListNodeText)
Public propertyText0 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText1
(Overrides ListNodeText1)
Public propertyText2
(Overrides ListNodeText2)
Public propertyText3
(Overrides ListNodeText3)
Public propertyText4 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText5 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText6 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText7 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText8 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText9 Gets additional text to display for the item.
(Inherited from ListNode)
Top
See Also