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

RangeControl.ClientOptions Property

Provides access to range customization options exposed by the RangeControl.Client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public object ClientOptions { get; }

Property Value

Type Description
Object

Range customization options exposed by the RangeControl.Client.

Remarks

When a Range Control Client is assigned to the RangeControl.Client property, its customization settings are exposed via the ClientOptions member. These settings are obtained by the RangeControl via the Client’s IRangeControlClient.GetOptions method.

When using a NumericRangeControlClient, its settings are as follows:

RangeControl-Tut-NumRange-Step4-NumRangeControlClientOptions

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ClientOptions 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