maui-devexpress-dot-maui-dot-editors-45b417e1.md
Stores arguments for the DXCalendar.CustomDayCellAppearance and DateEdit.PickerCustomDayCellAppearance events.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public class CustomSelectableCellAppearanceEventArgs :
CustomCellAppearanceEventArgs<CalendarCellData>
CustomSelectableCellAppearanceEventArgs is the data class for the following events:
Show 12 events
System.Object DevExpress.Maui.Editors.CustomCellAppearanceEventArgs<CalendarCellData> CustomSelectableCellAppearanceEventArgs
Yield<CustomSelectableCellAppearanceEventArgs>()
YieldIfNotNull<CustomSelectableCellAppearanceEventArgs>()
See Also