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


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

    Field Value

    The identifier for the CanUserResizeColumns dependency property.
    See Also