Back to Devexpress

CalendarControlBase.CalendarDateEditing Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-cf88d5dc.md

latest1.7 KB
Original Source

CalendarControlBase.CalendarDateEditing Property

Gets or sets whether an end-user can select a date in the calendar. Disable this setting to allow end-users to enter only the time portions of date-time values (see CalendarControlBase.CalendarTimeEditing).

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if an end-user can select a date in the calendar; otherwise, false.

|

See Also

CalendarTimeEditing

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace