Skip to main content

RangeControl.Client Property

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

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IRangeControlClient Client { get; }

Property Value

Type Description
IRangeControlClient

An IRangeControlClient object.

Remarks

To learn more, see Range Control Clients.

See Also