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

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AllowRowSizing property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also