Back to Devexpress

RepositoryItemDateEdit.CalendarDateTimeFormatInfo Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-9fe1f7b5.md

latest1.6 KB
Original Source

RepositoryItemDateEdit.CalendarDateTimeFormatInfo Property

Gets or sets DateTimeFormatInfo that defines the culturally appropriate format for displaying dates and times.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual DateTimeFormatInfo CalendarDateTimeFormatInfo { get; set; }
vb
<Browsable(False)>
Public Overridable Property CalendarDateTimeFormatInfo As DateTimeFormatInfo

Property Value

TypeDescription
DateTimeFormatInfo

A DateTimeFormatInfo object that defines the culturally appropriate format for displaying dates and times.

|

See Also

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace