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

PGridCustomEditorRow.Indent Property

Gets the value that specifies padding, line spacing, etc.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

[Browsable(false)]
public int Indent { get; }

Property Value

Type Description
Int32

An integer value that specifies padding, line spacing, etc.

See Also