DateEdit.PickerMonthCellTemplate Property
Gets or sets a data template used to render months in the default picker. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DataTemplate PickerMonthCellTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| DataTemplate | The template. |
See Also