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


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

    Field Value

    The identifier for the EditableBackground dependency property.
    See Also