Back to Devexpress

RangeControl.Client Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol.md

latest1.4 KB
Original Source

RangeControl.Client Property

Gets or sets the object that visualizes the data within the RangeControl’s viewport. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.RangeControl

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IRangeControlClient Client { get; set; }
vb
Public Property Client As IRangeControlClient

Property Value

TypeDescription
IRangeControlClient

An IRangeControlClient object.

|

Remarks

To learn more, see Range Control Clients.

See Also

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace