Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / ItemCheckBoxStyle Property


In This Topic
    ItemCheckBoxStyle Property
    In This Topic
    Gets or sets the style that is used when rendering the System.Windows.Controls.CheckBox in the first sub item of each ListItem. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ItemCheckBoxStyle As Style
    'Usage
     
    Dim instance As GcListBox
    Dim value As Style
     
    instance.ItemCheckBoxStyle = value
     
    value = instance.ItemCheckBoxStyle
    public Style ItemCheckBoxStyle {get; set;}

    Property Value

    The style applied to System.Windows.Controls.CheckBox in the first sub item. The default value is a null reference (Nothing in Visual Basic).
    See Also