Skip to main content
A newer version of this page is available. .
Tab

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowCategoryIndents { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the child rows are shown with indents; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowCategoryIndents
ASP.NET Controls and MVC Extensions ASPxVerticalGrid
.Settings .ShowCategoryIndents
ASP.NET MVC Extensions MVCxVerticalGrid
.Settings .ShowCategoryIndents
VerticalGridSettings
.Settings .ShowCategoryIndents
VerticalGridSettings<ColumnType>
.Settings .ShowCategoryIndents

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