blazor-devexpress-dot-blazor-3c6b9326.md
Contains settings for extended (pop-up) forms.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxSchedulerFormSettings :
SchedulerPopupSettingsBase
Declare the DxSchedulerFormSettings object in the PopupSettings tag to specify the following settings:
The following example allows drag and resize operations:
<DxScheduler StartDate="DateTime.Today"
DataStorage="DataStorage">
<Views>
<DxSchedulerDayView ShowWorkTimeOnly="true" />
</Views>
<PopupSettings>
<DxSchedulerFormSettings AllowDrag="true"
AllowResize="true" />
</PopupSettings>
</DxScheduler>
Object ComponentBase SchedulerPopupSettingsBase DxSchedulerFormSettings
See Also