BinaryTreeListViewCellInfo
A specialist class that provides customization information for the BinaryTreeListViewCell instance that hosts the tree view content.
public class BinaryTreeListViewCellInfo
Remarks
When constructing and adding nodes/child nodes, you are recommended to use this class to construct the information for a given BinaryTreeListViewCell node.
For more information of this class' usage, please refer to an example here: BinaryTreeListViewNodesCollection.Add(object[] cellValues) .
Members at a glance
BinaryTreeListViewCellInfo | An explicit cast operator implementation, that will covert a given instance of String into a usable BinaryTreeListViewCellInfo instance. |
Image | Gets or sets the Image instance for this cell instance. |
ShowImage | Gets or sets whether to display the image (if any) for this cell instance. |
Text | Gets or sets the text content for this cell instance. |
ToString | An overridden implementation of ToString method. |
Constructors
BinaryTreeListViewCellInfo
An explicit cast operator implementation, that will covert a given instance of String into a usable BinaryTreeListViewCellInfo instance.
- value
Properties
Image
Gets or sets the Image instance for this cell instance.
ShowImage
Gets or sets whether to display the image (if any) for this cell instance.
Text
Gets or sets the text content for this cell instance.
Methods
ToString
An overridden implementation of ToString method.