Back to Devexpress

CalendarControlBase.CalendarTimeProperties Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-6d25751b.md

latest1.8 KB
Original Source

CalendarControlBase.CalendarTimeProperties Property

Contains settings related to time editing within the calendar.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual RepositoryItemTimeEdit CalendarTimeProperties { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property CalendarTimeProperties As RepositoryItemTimeEdit

Property Value

TypeDescription
RepositoryItemTimeEdit

Time editing settings.

|

Remarks

To enable time editing in the calendar, set the CalendarControlBase.CalendarTimeEditing property to True.

To customize the mask for entering the time value and mask settings, use the CalendarTimeProperties.Mask property.

See Also

CalendarTimeEditing

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace