Back to Devexpress

DxSchedulerFormSettings.AllowDrag Property

blazor-devexpress-dot-blazor-dot-dxschedulerformsettings.md

latest1.2 KB
Original Source

DxSchedulerFormSettings.AllowDrag Property

Specifies whether users can drag 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 AllowDrag { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to enable dragging; otherwise, false.

|

Remarks

Set the AllowDrag property to true to allow users drag the appointment form to a new position.

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

See Also

DxSchedulerFormSettings Class

DxSchedulerFormSettings Members

DevExpress.Blazor Namespace