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

IRangeControlClient.RangeBoxTopIndent Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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