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

IRangeControlClient.GetOptions() Method

The method should return an object that exposes the Client’s customization options for the Range Control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v18.2.dll

Declaration

object GetOptions()

Returns

Type Description
Object

An object that exposes the Client’s customization options for the Range Control.

Remarks

The object returned by the GetOptions method will be accessible via the RangeControl.ClientOptions property.

See Also