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

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual DateTimeFormatInfo CalendarDateTimeFormatInfo { get; set; }

Property Value

Type Description
DateTimeFormatInfo

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

See Also