Back to Devexpress

GridOptionsCustomization.AllowRowSizing Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionscustomization-76252ade.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AllowRowSizing { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AllowRowSizing As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

.OptionsCustomization .AllowRowSizing

|

Remarks

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

See Also

RowHeight

RowAutoHeight

CalcRowHeight

Rows

GridOptionsCustomization Class

GridOptionsCustomization Members

DevExpress.XtraGrid.Views.Grid Namespace