Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    [DefaultValue(true)]
    public bool Editable { get; set; }

    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