Skip to main content

PGridCustomEditorRow.Indent Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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