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.v19.1.dll

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