Skip to main content

RecurrenceRangeControl.IsReadOnly Property

Gets or sets whether end-users can change the recurrence range setting via the RecurrenceRangeControl control.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean

Property Value

Type Description
Boolean

true if the control is read-only; otherwise, false.

See Also