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

IRangeControlClient.RangeBoxBottomIndent Property

This property returns the bottom 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 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RangeBoxBottomIndent property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also