Skip to main content
A newer version of this page is available. .

CalendarClient.SelectionEnd Property

Gets the value of the selection’s end item.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public object SelectionEnd { get; }

Property Value

Type Description
Object

A DateTime object that is the value of the last item in a selected range.

Implements

See Also