Skip to main content

CalendarControlBase.SelectionStart Property

Gets the first date of the selection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual DateTime SelectionStart { get; }

Property Value

Type Description
DateTime

The first date of the selection.

Remarks

Use the CalendarControlBase.SelectedRanges to access the selected dates.

See Also