[]
public sealed class ListSubItemColumn : ListColumn
Public NotInheritable Class ListSubItemColumn
Inherits ListColumn
ListSubItemColumn is mainly used for user to customize GcListbox.Items with specific ListItem and SubItem.
If the ListSubItemColumn is used to present other data which isn't SubItem.
GcListBox will create a SubItem whose Content is the specific data to present.
Name | Description |
---|---|
ListSubItemColumn() | Initializes a new instance of the ListSubItemColumn class. |
Name | Description |
---|---|
GenerateElement(SubItem) | Gets a read-only element that is bound to the column according to GrapeCity.Windows.InputMan.ListColumn.MemberPath property value. |