Back to Devexpress

DxSchedulerFormSettings.AllowResize Property

blazor-devexpress-dot-blazor-dot-dxschedulerformsettings-2fa46121.md

latest1.2 KB
Original Source

DxSchedulerFormSettings.AllowResize Property

Specifies whether users can resize the extended (pop-up) appointment form.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(false)]
[Parameter]
public bool AllowResize { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to enable resizing; otherwise, false.

|

Remarks

Set the AllowResize property to true to allow users resize the pop-up appointment form.

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

See Also

DxSchedulerFormSettings Class

DxSchedulerFormSettings Members

DevExpress.Blazor Namespace