RangeControl.Content Property
In This Article
Gets or sets the range control’s content. This is a dependency property.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#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