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