Back to Devexpress

CustomSelectableCellAppearanceEventArgs Class

maui-devexpress-dot-maui-dot-editors-45b417e1.md

latest2.8 KB
Original Source

CustomSelectableCellAppearanceEventArgs Class

Stores arguments for the DXCalendar.CustomDayCellAppearance and DateEdit.PickerCustomDayCellAppearance events.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public class CustomSelectableCellAppearanceEventArgs :
    CustomCellAppearanceEventArgs<CalendarCellData>

CustomSelectableCellAppearanceEventArgs is the data class for the following events:

Show 12 events

Inheritance

System.Object DevExpress.Maui.Editors.CustomCellAppearanceEventArgs<CalendarCellData> CustomSelectableCellAppearanceEventArgs

Extension Methods

Yield<CustomSelectableCellAppearanceEventArgs>()

YieldIfNotNull<CustomSelectableCellAppearanceEventArgs>()

See Also

CustomSelectableCellAppearanceEventArgs Members

DevExpress.Maui.Editors Namespace