Back to Devexpress

CustomSelectableCellStyleEventArgs Class

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-e21e4039.md

latest2.8 KB
Original Source

CustomSelectableCellStyleEventArgs Class

Stores arguments for the DXCalendar.CustomDayCellStyle and DateEdit.PickerCustomDayCellStyle events.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public class CustomSelectableCellStyleEventArgs :
    CustomCellStyleEventArgs<CalendarCellData>

CustomSelectableCellStyleEventArgs is the data class for the following events:

Show 12 events

Inheritance

Object DevExpress.XamarinForms.Editors.CustomCellStyleEventArgs<CalendarCellData> CustomSelectableCellStyleEventArgs

See Also

CustomSelectableCellStyleEventArgs Members

DevExpress.XamarinForms.Editors Namespace