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.WinUI.Controls

Assembly: DevExpress.WinUI.RangeControl.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "OnClientChanged")]
public IRangeControlClient Client { get; }

#Property Value

Type
DevExpress.WinUI.Core.IRangeControlClient

#Remarks

To learn more, see Range Control Clients.

See Also