MonthView.CellStyle Property
Gets or sets appearance settings of cells.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public MonthViewCellStyle CellStyle { get; set; }
Property Value
Type | Description |
---|---|
MonthViewCellStyle | The storage of cell appearance settings. |
See Also