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


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

    Field Value

    The identifier for the EditBoxStyle dependency property.
    See Also