Back to Devexpress

SchedulerControl.AllowAppointmentResize Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-620f18f2.md

latest1.3 KB
Original Source

SchedulerControl.AllowAppointmentResize Property

Gets or sets whether resizing appointments is allowed. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AllowAppointmentResize { get; set; }
vb
Public Property AllowAppointmentResize As Boolean

Property Value

TypeDescription
Boolean

true, to allow resizing appointments; otherwise, false.

|

Remarks

Use the AllowAppointmentResize property to control the end-users’ capability to resize appointments in the scheduling area.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace