Back to Devexpress

TimeRegion.Editable Property

windowsforms-devexpress-dot-xtrascheduler-dot-timeregion-ca75abb8.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
public bool Editable { get; set; }
vb
<DefaultValue(True)>
Public Property Editable As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

TimeRegionCustomize

TimeRegion Class

TimeRegion Members

DevExpress.XtraScheduler Namespace