Back to Devexpress

IRangeControlClient.GetOptions() Method

corelibraries-devexpress-dot-xtraeditors-dot-irangecontrolclient.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
object GetOptions()
vb
Function GetOptions As Object

Returns

TypeDescription
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

ClientOptions

IRangeControlClient Interface

IRangeControlClient Members

DevExpress.XtraEditors Namespace