Back to Devexpress

CalendarControlBase.UpdateDateTimeWhenNavigating Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-9261d5b4.md

latest1.5 KB
Original Source

CalendarControlBase.UpdateDateTimeWhenNavigating Property

Gets or sets whether the same day (as in the current month) is selected in another month when you navigate from the current month to that month.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool UpdateDateTimeWhenNavigating { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property UpdateDateTimeWhenNavigating As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the same day is selected in another month when you navigate from the current month to that month; otherwise, false.

|

See Also

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace