[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListSubItemColumn

ListSubItemColumn Class

Represents a GcListBox column that hosts user customized SubItem.

Inheritance
ListSubItemColumn
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class ListSubItemColumn : ListColumn
Public NotInheritable Class ListSubItemColumn
    Inherits ListColumn
Remarks

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.

Constructors

Name Description
ListSubItemColumn()

Initializes a new instance of the ListSubItemColumn class.

Methods

Name Description
GenerateElement(SubItem)

Gets a read-only element that is bound to the column according to GrapeCity.Windows.InputMan.ListColumn.MemberPath property value.