Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListCheckBoxColumn Class
Members


In This Topic
    ListCheckBoxColumn Class
    In This Topic
    Represents a GcListBox column that hosts System.Windows.Controls.CheckBox controls in its SubItems.
    Object Model
    ListCheckBoxColumn Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class ListCheckBoxColumn 
       Inherits ListColumn
    'Usage
     
    Dim instance As ListCheckBoxColumn
    [StyleTypedProperty(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class ListCheckBoxColumn : ListColumn 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListColumn
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListCheckBoxColumn

    See Also