RangeControlClientBase.DisplayMember Property
Gets or sets a field name in the bound data source whose values are displayed by the editor. 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 data source field whose values are displayed by the editor. |
Remarks
To bind the Range Control to a data source, use its RangeControlClientBase.ItemsSource property. The RangeControlClientBase.ValueMember property specifies the field name in the bound data source whose values are represented by the editor.
See Also