Skip to main content
A newer version of this page is available. .

GridOptionsCustomization.AllowRowSizing Property

Gets or sets a value specifying whether end-users can resize data rows vertically.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AllowRowSizing { get; set; }

Property Value

Type Default Description
Boolean **false**

true if end-users can drag data rows’ bottom edges to resize rows vertically; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowRowSizing
AdvBandedGridView
.OptionsCustomization.AllowRowSizing
BandedGridView
.OptionsCustomization.AllowRowSizing
GridView
.OptionsCustomization.AllowRowSizing

Remarks

Resizing a data row applies the resulting height to all data rows within the View.

See Also