Skip to main content

IRangeControlClient.RangeBoxTopIndent Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

int RangeBoxTopIndent { get; }

Property Value

Type Description
Int32

The top indent of the selection area within the viewport.

Remarks

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

See Also