Back to Devexpress

CalendarControlBase.TimeEdit Property

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

latest1.3 KB
Original Source

CalendarControlBase.TimeEdit Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual TimeEdit TimeEdit { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property TimeEdit As TimeEdit

Property Value

Type
TimeEdit

See Also

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace