Click or drag to resize

BrowserListItem Properties

The BrowserListItem type exposes the following members.

Properties
 NameDescription
Public propertyChangeDate Gets or sets the last change date shown for the item.
Public propertyCreationDate Gets or sets the creation date shown for the item.
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 Can be overridden to get an image index, that can be used to retrieve an image from a resource.
(Overrides ListNodeImageIndex)
Public propertyIsSelected Gets or sets a value indicating whether this instance 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 Gets or sets the text that is displayed (for simple Gui items).
(Overrides ListNodeText)
Public propertyText0 Gets additional text to display for the item.
(Inherited from ListNode)
Public propertyText1 Gets additional text to display for the item.
(Overrides ListNodeText1)
Public propertyText2 Gets additional text to display for the item.
(Overrides ListNodeText2)
Public propertyText3 Gets additional text to display for the item.
(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