VerticalGridStyles.IndentWidth Property
Gets or sets the indent width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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