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

CalendarControlBase.SelectionEnd Property

Gets the ending date of the selection. The SelectionEnd date is excluded from the selection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
DateTime

The ending date of the selection.

Remarks

Use the CalendarControlBase.SelectedRanges to access the selected dates.

See Also