Class TreeViewAdvImageListIndexUITypeEditor
Represents an image list index editor of user interface (UI) in a MultiColumnTreeView.
Inheritance
System.Object
TreeViewAdvImageListIndexUITypeEditor
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvImageListIndexUITypeEditor : DropDownUITypeEditor
Constructors
TreeViewAdvImageListIndexUITypeEditor(TreeViewAdvImageListIndexUITypeEditor.ImageListType)
Initializes a new instance of the TreeViewAdvImageListIndexUITypeEditor class.
Declaration
protected TreeViewAdvImageListIndexUITypeEditor(TreeViewAdvImageListIndexUITypeEditor.ImageListType type)
Parameters
Type | Name | Description |
---|---|---|
TreeViewAdvImageListIndexUITypeEditor.ImageListType | type | Type of list to use. |
Properties
TreeColumn
Declaration
protected TreeColumnAdv TreeColumn { get; }
Property Value
Type |
---|
TreeColumnAdv |
TreeNode
Declaration
protected TreeNodeAdv TreeNode { get; }
Property Value
Type |
---|
TreeNodeAdv |
TreeNodeSubItem
Declaration
protected TreeNodeAdvSubItem TreeNodeSubItem { get; }
Property Value
Type |
---|
TreeNodeAdvSubItem |
TreeView
Declaration
protected MultiColumnTreeView TreeView { get; }
Property Value
Type |
---|
MultiColumnTreeView |
Methods
GetListItemsCollection()
Method return array of items that will be added as items into ListBox. User have to select value from this array for property.
Declaration
protected override object[] GetListItemsCollection()
Returns
Type | Description |
---|---|
System.Object[] | Array of values. |
Overrides
GetSelectionIndex(Object)
On startup detect what item is selected and return its order index.
Declaration
protected override int GetSelectionIndex(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | Selection Index value |
Returns
Type | Description |
---|---|
System.Int32 | Selected item from DropDown list. |
Overrides
GetSelectionValue(Int32)
Method return by order index real value that have to be stored as property value.
Declaration
protected override object GetSelectionValue(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | selected item from list |
Returns
Type | Description |
---|---|
System.Object | corresponding value that index. |