Skip to main content

SchedulerDataStorage.IsDataManipulationAllowed Property

Gets whether data management is allowed in the Scheduler. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public bool IsDataManipulationAllowed { get; }

Property Value

Type Description
Boolean

true if data management is allowed; otherwise, false.

See Also