TimeRegion.Editable Property
Specifies whether users can add new appointments to a time interval occupied by this region, and modify existing appointments that belong to this region.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if users can modify these regions; otherwise, false. |
Remarks
You can handle the SchedulerControl.TimeRegionCustomize event to override the Editable setting for specific appointments.
See Also