Skip to main content

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

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