Back to Devexpress

CalendarControlBase.SelectionEnd Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-1c85c642.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual DateTime SelectionEnd { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property SelectionEnd As Date

Property Value

TypeDescription
DateTime

The ending date of the selection.

|

Remarks

Use the CalendarControlBase.SelectedRanges to access the selected dates.

See Also

AddSelection

HighlightSelection

SelectedRanges

SelectionBehavior

SelectionChanged

SelectionEnd

SelectionMode

SelectionStart

SetSelection

SyncSelectionWithEditValue

UpdateSelectionWhenNavigating

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace