Skip to main content

IRangeControlClient Interface

The interface that a Range Control Client must implement to be embedded in the RangeControl.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public interface IRangeControlClient

The following members return IRangeControlClient objects:

Remarks

The following classes implement the IRangeControlClient interface and as such, they can be bound to the Range Control via the RangeControl.Client property:

  • DevExpress.UI.Xaml.Controls.CalendarClient
  • DevExpress.UI.Xaml.Controls.SparkPointClient
  • DevExpress.UI.Xaml.Controls.SparkLineClient
  • DevExpress.UI.Xaml.Controls.SparkAreaClient
  • DevExpress.UI.Xaml.Controls.SparkBarClient
See Also