Back to Devexpress

GridOptionsCustomization.AllowColumnResizing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionscustomization-df07491c.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowColumnResizing { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowColumnResizing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to AllowColumnResizing
GridView

.OptionsCustomization .AllowColumnResizing

|

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.

See Also

AllowSize

Width

GridOptionsCustomization Class

GridOptionsCustomization Members

DevExpress.XtraGrid.Views.Grid Namespace