[]
[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
Name | Description |
---|---|
ListCheckBoxColumn() | Initializes a new instance of the ListCheckBoxColumn class. |
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. |