Skip to main content
All docs
V23.2

IDateEditSettings.DayCellTemplate Property

Specifies the template used to display day cells.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
RenderFragment<DateTime> DayCellTemplate { get; set; }

Property Value

Type Description
RenderFragment<DateTime>

Template content.

Remarks

Use the DayCellTemplate property to specify the day cell template at runtime.

See Also