Skip to main content

RangeControl.SelectionRangeStart Property

Gets or sets the start bound of the selected range.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object SelectionRangeStart { get; set; }

Property Value

Type Description
Object

The start bound of the selected range.

See Also