Click or drag to resize

BrowserListItem Class

Represents an item in the project browser list.
Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsListNode
    Altaxo.CollectionsSelectableListNode
      Altaxo.Gui.Pads.ProjectBrowserBrowserListItem

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class BrowserListItem : SelectableListNode

The BrowserListItem type exposes the following members.

Constructors
 NameDescription
Public methodBrowserListItem Initializes a new instance of the BrowserListItem class.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged Called when a property has changed.
(Inherited from ListNode)
Public methodStatic memberSort Sorts the specified list using the provided comparer.
Public methodSubItemBackColor Gets the background color of the subitems.
(Inherited from ListNode)
Public methodSubItemText 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)
Public methodToString Converts to string.
(Inherited from ListNode)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from ListNode)
Top
Fields
 NameDescription
Protected field_isSelected Indicates whether this item is selected.
(Inherited from SelectableListNode)
Protected field_tag The associated tag object.
(Inherited from ListNode)
Protected field_text The display text.
(Inherited from ListNode)
Public fieldImage The image assigned to the list item.
Top
See Also