[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListCheckBoxColumn

ListCheckBoxColumn Class

Represents a GcListBox column that hosts CheckBox controls in its SubItems.

Inheritance
ListCheckBoxColumn
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
[StyleTypedProperty(Property = "HeaderStyle", StyleTargetType = typeof(ListHeader))]
[StyleTypedProperty(Property = "SubItemStyle", StyleTargetType = typeof(SubItem))]
[StyleTypedProperty(Property = "ElementStyle", StyleTargetType = typeof(CheckBox))]
public sealed class ListCheckBoxColumn : ListColumn
<StyleTypedProperty(Property:="HeaderStyle", StyleTargetType:=GetType(ListHeader))>
<StyleTypedProperty(Property:="SubItemStyle", StyleTargetType:=GetType(SubItem))>
<StyleTypedProperty(Property:="ElementStyle", StyleTargetType:=GetType(CheckBox))>
Public NotInheritable Class ListCheckBoxColumn
    Inherits ListColumn

Constructors

Name Description
ListCheckBoxColumn()

Initializes a new instance of the ListCheckBoxColumn class.

Methods

Name Description
GenerateElement(SubItem)

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