Back to Devexpress

DxSchedulerFormSettings Class

blazor-devexpress-dot-blazor-3c6b9326.md

latest2.4 KB
Original Source

DxSchedulerFormSettings Class

Contains settings for extended (pop-up) forms.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxSchedulerFormSettings :
    SchedulerPopupSettingsBase

Remarks

Declare the DxSchedulerFormSettings object in the PopupSettings tag to specify the following settings:

The following example allows drag and resize operations:

razor
<DxScheduler StartDate="DateTime.Today"
             DataStorage="DataStorage">
    <Views>
        <DxSchedulerDayView ShowWorkTimeOnly="true" />
    </Views>
    <PopupSettings>
        <DxSchedulerFormSettings AllowDrag="true"
                                 AllowResize="true" />
    </PopupSettings>
</DxScheduler>

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

Inheritance

Object ComponentBase SchedulerPopupSettingsBase DxSchedulerFormSettings

See Also

DxSchedulerFormSettings Members

DevExpress.Blazor Namespace