CustomSelectableCellStyleEventArgs Class
In This Article
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
C#
public class CustomSelectableCellStyleEventArgs :
CustomCellStyleEventArgs<CalendarCellData>
#Inheritance
Object
DevExpress.XamarinForms.Editors.CustomCellStyleEventArgs<CalendarCellData>
CustomSelectableCellStyleEventArgs
See Also