FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / AllowResizing Property

In This Topic
    AllowResizing Property (GridColumn)
    In This Topic
    Gets or sets a value indicating whether this column can be resized.
    Syntax
    'Declaration
     
    Public Property AllowResizing As Boolean
    public bool AllowResizing {get; set;}
    See Also