RangeControlClientBase.ValueMember Property
Gets or sets a field name in the bound data source whose values are represented by the Range Control. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the field name in a bound data source. |
Remarks
To bind the Range Control to a data source, use its RangeControlClientBase.ItemsSource property.
See Also