Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnManagerRow Class / AllowColumnResize Property


In This Topic
    AllowColumnResize Property
    In This Topic
    Gets or sets a value indicating whether the end user can resize the width of the columns in a grid.
    Syntax
    'Declaration
     
    Public Property AllowColumnResize As Boolean
    'Usage
     
    Dim instance As ColumnManagerRow
    Dim value As Boolean
     
    instance.AllowColumnResize = value
     
    value = instance.AllowColumnResize
    public bool AllowColumnResize {get; set;}

    Property Value

    true if the end user can resize the width of the columns in a grid; false otherwise. By default, true.
    Remarks
    The AllowColumnResize property only affects end-user interaction and does not prevent the width of columns from being modified programmatically.
    Requirements

    See Also