Skip to main content

RangeControlClientBase.SelectionEnd Property

This property specifies the end boundary of the selected range.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object SelectionEnd { get; }

#Property Value

Type Description
Object

The end boundary of the selected range.

#Implements

See Also