RangeControl.SelectionRangeStart Property
In This Article
Gets or sets the start bound of the selected range.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnSelectionRangeStartChanged")]
public object SelectionRangeStart { get; set; }
#Property Value
Type | Description |
---|---|
Object | The start bound of the selected range. |
See Also