Skip to main content

RangeControl.Content Property

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

[DP(null, Handler = "OnContentChanged")]
public object Content { get; set; }

#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