RepositoryItemDateEdit.AppearanceCalendar Property
In This Article
Contains appearance settings used to paint the calendar’s elements and date cells in various states.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public CalendarAppearances AppearanceCalendar { get; }
#Property Value
Type | Description |
---|---|
Calendar |
The calendar appearance settings. |
See Also