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

VerticalGridStyles.IndentWidth Property

Gets or sets the indent width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(21)]
public int IndentWidth { get; set; }

Property Value

Type Default Description
Int32 21

An integer value that specifies the indent width, in pixels.

Remarks

If indents are not merged with row headers (the ASPxVerticalGridSettings.MergeHeaderIndents property is set to false), use the VerticalGridStyles.Category property to specify style settings for indents. Otherwise (if the ASPxVerticalGridSettings.MergeHeaderIndents property is set to true), use the VerticalGridStyles.Header property.

The IndentWidth property is not in effect if the ASPxVerticalGridSettings.ShowCategoryIndents property is set to false.

See Also