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

CalendarClient.SelectionStart Property

Gets the value of the selection’s start item.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public object SelectionStart { get; }

Property Value

Type Description
Object

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

Implements

See Also