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


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

    Field Value

    The identifier for the DisabledBackground dependency property.
    See Also