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.v24.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 |
---|---|
GridView |
|
Remarks
Resizing a data row applies the resulting height to all data rows within the View.
See Also