Skip to main content
A newer version of this page is available. .

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

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