RangeControl.Client Property
In This Article
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 |
---|---|
IRange |
An IRange |
#Remarks
To learn more, see Range Control Clients.
See Also