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

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

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