maui-devexpress-dot-maui-dot-editors-aaf2ac4a.md
Stores arguments for the DXCalendar.CustomDayOfWeekCellAppearance and DateEdit.PickerCustomDayOfWeekCellAppearance events.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public class CustomDayOfWeekCellAppearanceEventArgs :
CustomCellAppearanceEventArgs<DayOfWeekCellData>
CustomDayOfWeekCellAppearanceEventArgs is the data class for the following events:
System.Object DevExpress.Maui.Editors.CustomCellAppearanceEventArgs<DayOfWeekCellData> CustomDayOfWeekCellAppearanceEventArgs
Yield<CustomDayOfWeekCellAppearanceEventArgs>()
YieldIfNotNull<CustomDayOfWeekCellAppearanceEventArgs>()
See Also