Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ItemCheckBoxVisibilityProperty Field


In This Topic
    ItemCheckBoxVisibilityProperty Field (GcComboBox)
    In This Topic
    Identifies the ItemCheckBoxVisibility DependencyProperty.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ItemCheckBoxVisibilityProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.ItemCheckBoxVisibilityProperty
    public static readonly DependencyProperty ItemCheckBoxVisibilityProperty

    Field Value

    The identifier for the ItemCheckBoxVisibility dependency property.
    See Also