Back to Devexpress

SchedulerBuilder<T>.AllDayPanelMode(AllDayPanelMode) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-schedulerbuilder-1-dot-alldaypanelmode-x28-devextreme-dot-aspnet-dot-mvc-dot-alldaypanelmode-x29.md

latest1.4 KB
Original Source

SchedulerBuilder<T>.AllDayPanelMode(AllDayPanelMode) Method

Specifies the display mode for the All day panel. Mirrors the client-side allDayPanelMode option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public SchedulerBuilder<T> AllDayPanelMode(
    AllDayPanelMode value
)

Parameters

NameTypeDescription
valueAllDayPanelMode

An enumeration value.

|

Returns

TypeDescription
SchedulerBuilder<T>

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Scheduler()
    .AllDayPanelMode(AllDayPanelMode.All)
)

See Also

SchedulerBuilder<T> Class

SchedulerBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace