DayOfWeekCellData(DayOfWeek) Constructor
Initializes a new instance of the DayOfWeekCellData class with specified settings.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public DayOfWeekCellData(
DayOfWeek dayOfWeek
)
Parameters
Name | Type |
---|---|
dayOfWeek | DayOfWeek |
See Also