GridOptionsCustomization.AllowRowSizing Property
In This Article
Gets or sets a value specifying whether end-users can resize data rows vertically.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#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 Allow |
---|---|
Grid |
|
#Remarks
Resizing a data row applies the resulting height to all data rows within the View.
See Also