Skip to main content

RangeControlClientBase.ItemsSource Property

Gets or sets the range control items source.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IEnumerable ItemsSource { get; set; }

Property Value

Type Description
IEnumerable

An object implementing the IEnumerable interface.

Remarks

The RangeControlClientBase.ValueMember property specifies the field name in the data source, whose values are represented by the Range Control.

See Also