Back to Devexpress

MonthView.CellTemplate Property

maui-devexpress-dot-maui-dot-scheduler-dot-monthview-1fb80576.md

latest931 B
Original Source

MonthView.CellTemplate Property

Gets or sets a data template that specifies the View the Month View uses to show cells. This is a bindable property.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public DataTemplate CellTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

The data template that specifies the View the Month View uses to show cells.

|

See Also

MonthView Class

MonthView Members

DevExpress.Maui.Scheduler Namespace