Back to Devexpress

CalendarSelectionBehavior Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-df36f3c4.md

latest1.3 KB
Original Source

CalendarSelectionBehavior Enum

Lists modes which determine what dates become selected when selection extends.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum CalendarSelectionBehavior
vb
Public Enum CalendarSelectionBehavior

Members

NameDescription
Simple

Does not automatically extend the selection to the week’s start and end.

| | OutlookStyle |

Selects entire weeks

|

The following properties accept/return CalendarSelectionBehavior values:

See Also

DevExpress.XtraEditors.Controls Namespace