A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
public bool IsDataManipulationAllowed { get; }
Public ReadOnly Property IsDataManipulationAllowed As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if manipulation with data is allowed; otherwise, false. |
See Also
Feedback