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


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

    Field Value

    The identifier for the AutoGenerateColumns dependency property.
    See Also