Back to Devexpress

RepositoryItemDateEdit.VistaTimeProperties Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-19ed337d.md

latest2.1 KB
Original Source

RepositoryItemDateEdit.VistaTimeProperties Property

Contains settings that control the appearance and behavior of the time editor embedded into the DateEdit control’s dropdown calendar.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual RepositoryItemTimeEdit VistaTimeProperties { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property VistaTimeProperties As RepositoryItemTimeEdit

Property Value

TypeDescription
RepositoryItemTimeEdit

A RepositoryItemTimeEdit object that contains appearance and behavior settings of the time editor embedded into the DateEdit control’s dropdown calendar.

|

Remarks

This property is obsolete. Use the RepositoryItemDateEdit.CalendarTimeProperties property instead.

See Also

VistaCalendarViewStyle

CalendarView

CalendarTimeEditing

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace