Browser |
public class BrowserListItem : SelectableListNode
The BrowserListItem type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowserListItem | Initializes a new instance of the BrowserListItem class. |
| Name | Description | |
|---|---|---|
| ChangeDate | Gets or sets the last change date shown for the item. | |
| CreationDate | Gets or sets the creation date shown for the item. | |
| Description |
Gets the description string. Can be used e.g. to show a tool tip.
(Inherited from ListNode) | |
| Image |
Gets an image to display for the item. The type depends on the Gui that is currently used.
(Inherited from ListNode) | |
| ImageIndex |
Can be overridden to get an image index, that can be used to retrieve an image from a resource.
(Overrides ListNodeImageIndex) | |
| IsSelected |
Gets or sets a value indicating whether this instance is selected.
(Inherited from SelectableListNode) | |
| RenamingValidationFunction | Bind the validation to this property and use a ConverterStringFuncToValidationRule converter to convert it into a validation rule. | |
| SubItemCount |
Gets the number of subitems to display (Text0, Text1, etc.).
(Inherited from ListNode) | |
| Tag |
Gets or sets a tag associated with the item.
(Inherited from ListNode) | |
| Text |
Gets or sets the text that is displayed (for simple Gui items).
(Overrides ListNodeText) | |
| Text0 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text1 |
Gets additional text to display for the item.
(Overrides ListNodeText1) | |
| Text2 |
Gets additional text to display for the item.
(Overrides ListNodeText2) | |
| Text3 |
Gets additional text to display for the item.
(Overrides ListNodeText3) | |
| Text4 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text5 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text6 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text7 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text8 |
Gets additional text to display for the item.
(Inherited from ListNode) | |
| Text9 |
Gets additional text to display for the item.
(Inherited from ListNode) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged |
Called when a property has changed.
(Inherited from ListNode) | |
| Sort | Sorts the specified list using the provided comparer. | |
| SubItemBackColor |
Gets the background color of the subitems.
(Inherited from ListNode) | |
| SubItemText |
Get the sub item text at index i.
Implementer should be aware of, that when changing a subitem text, the corresponding property (e.g. Text0) is changed. Thus, OnPropertyChanged(String) must be called for all properties that have changed.
(Inherited from ListNode) | |
| ToString |
Converts to string.
(Inherited from ListNode) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ListNode) |
| Name | Description | |
|---|---|---|
| _isSelected |
Indicates whether this item is selected.
(Inherited from SelectableListNode) | |
| _tag |
The associated tag object.
(Inherited from ListNode) | |
| _text |
The display text.
(Inherited from ListNode) | |
| Image | The image assigned to the list item. |