Interface IReadOnlySettings
Specifies that this object can be used from the ReadOnlyBehavior of RadScheduleView to configure it.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IReadOnlySettings : IGroupingConfigurationSettings
Properties
ReadOnlySlots
Gets collection of the read-only slots.
Declaration
IEnumerable<Slot> ReadOnlySlots { get; }
Property Value
System.Collections.Generic.IEnumerable<Slot>
|
VisibleRange
Gets the visible range of for the read-only settings.
Declaration
IDateSpan VisibleRange { get; }
Property Value
IDateSpan
|