Back to Devexpress

SchedulerControl.IsDataManipulationAllowed Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-e1b34a37.md

latest1.2 KB
Original Source

SchedulerControl.IsDataManipulationAllowed Property

Indicates whether the data provided for the SchedulerControl can be modified. 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 IsDataManipulationAllowed { get; }
vb
Public ReadOnly Property IsDataManipulationAllowed As Boolean

Property Value

TypeDescription
Boolean

true if manipulation with data is allowed; otherwise, false.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace