Skip to main content

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.2.dll

NuGet Package: DevExpress.Data

#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