RepositoryItemDateEdit.CalendarDateTimeFormatInfo Property
In This Article
Gets or sets DateTimeFormatInfo that defines the culturally appropriate format for displaying dates and times.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual DateTimeFormatInfo CalendarDateTimeFormatInfo { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
See Also