Skip to main content

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

NuGet Package: 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