Skip to main content

RangeControl.SelectionRangeEnd Property

Gets or sets the end bound of the selected range.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.RangeControl.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

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

#Property Value

Type Description
Object

The end bound of the selected range.

See Also