Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IRangeControlClient Client { get; set; }

Property Value

Type Description
IRangeControlClient

An IRangeControlClient object.

Remarks

To learn more, see Range Control Clients.

See Also