Skip to main content

IRangeControlClient.RangeBoxBottomIndent Property

This property returns the bottom indent of the selection area within the viewport.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

int RangeBoxBottomIndent { get; }

Property Value

Type Description
Int32

The bottom indent of the selection area within the viewport.

Remarks

The RangeBoxBottomIndent and IRangeControlClient.RangeBoxTopIndent properties limit the bounds of the selection’s thumbed lines that mark the current selection.

See Also