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

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:

Object Type Path to ShowCategoryIndents
ASPxVerticalGrid
.Settings.ShowCategoryIndents
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