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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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