Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / EditableBackground Property


In This Topic
    EditableBackground Property
    In This Topic
    Gets or sets a brush that describes the background of a control when GcComboBox.IsEditable is true.
    Syntax
    'Declaration
     
    Public Property EditableBackground As Brush
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Brush
     
    instance.EditableBackground = value
     
    value = instance.EditableBackground
    public Brush EditableBackground {get; set;}

    Property Value

    The brush that is used to fill the background of the control when GcComboBox.IsEditable is true.
    See Also