GridOptionsCustomization.AllowColumnResizing Property
Gets or sets whether end-users are allowed to change the width of grid columns.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowColumnResizing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if end-users are allowed to change a column’s width; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowColumnResizing |
---|---|
GridView |
|
Remarks
If the AllowColumnResizing property is set to true, end-users are allowed to change the width of grid columns by dragging a column header’s right edge. To prevent end-users from changing the width of individual columns set their OptionsColumn.AllowSize property to false.
To change the column’s width via code use its GridColumn.Width property.