Skip to main content

DateEdit.PickerDayOfWeekCellTemplate Property

Gets or sets a data template used to render days of the week in the default picker.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public DataTemplate PickerDayOfWeekCellTemplate { get; set; }

#Property Value

Type Description
DataTemplate

An object that specifies a data template.

See Also