CustomDayOfWeekCellAppearanceEventArgs Class
In This Article
Stores arguments for the DXCalendar.CustomDayOfWeekCellAppearance and DateEdit.PickerCustomDayOfWeekCellAppearance events.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public class CustomDayOfWeekCellAppearanceEventArgs :
CustomCellAppearanceEventArgs<DayOfWeekCellData>
#Inheritance
System.Object
DevExpress.Maui.Editors.CustomCellAppearanceEventArgs<DayOfWeekCellData>
CustomDayOfWeekCellAppearanceEventArgs
#Extension Methods
See Also