ASPxVerticalGridSettings.MergeHeaderIndents Property
Gets or sets a value that specifies whether rows headers are merged with indents cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to MergeHeaderIndents |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
Remarks
If MergeHeaderIndents is enabled, rows headers are merged with indents cells and the row headers style is applied to indents cells.
The MergeHeaderIndents property is not in effect if the ASPxVerticalGridSettings.ShowCategoryIndents property is set to false
.
See Also