ASPxVerticalGridSettings.ShowCategoryIndents Property
Gets or sets a value that specifies whether child rows within parent rows or category rows are shown with indents.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowCategoryIndents |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
Remarks
Use the VerticalGridStyles.IndentWidth property to specify the width of indents. To merge indents with child row headers, use the ASPxVerticalGridSettings.MergeHeaderIndents property.
Note
The ShowCategoryIndents property is not in effect for multi-level categories.
See Also