DXCalendar.DayOfWeekCellTemplate Property
Gets or sets a data template used to render days of the week.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public DataTemplate DayOfWeekCellTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate | An object that specifies a data template. |
See Also