Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool CalendarDateEditing { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also