Back to Devexpress

CalendarControlBase.SelectionStart Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-65b2d065.md

latest2.5 KB
Original Source

CalendarControlBase.SelectionStart Property

Gets the first date of the selection.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DateTime

The first 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