Skip to main content
All docs
V25.1
  • PGridCustomEditorRow.Indent Property

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

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.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