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


In This Topic
    EditBoxStyle Property
    In This Topic
    Gets or sets a style which is used to render the edit box. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property EditBoxStyle As Style
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Style
     
    instance.EditBoxStyle = value
     
    value = instance.EditBoxStyle
    public Style EditBoxStyle {get; set;}

    Property Value

    A System.Windows.Style value used to set edit box properties.
    Remarks
    User can set the edit box visual, layout and behavior through this property.
    See Also