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