RangeControl.Content Property
Gets or sets the range control’s content. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | An object that is the range control’s content. |
Remarks
Use the Content property to set the range control client.
See Also