IRangeControlClient.GetOptions() Method
In This Article
The method should return an object that exposes the Client’s customization options for the Range Control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.2.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