InterfaceIReadOnlySettings
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:
cs-api-definition
public interface IReadOnlySettings : IGroupingConfigurationSettings
Inherited Members
Properties
ReadOnlySlots
Gets collection of the read-only slots.
Declaration
cs-api-definition
IEnumerable<Slot> ReadOnlySlots { get; }
Property Value
VisibleRange
Gets the visible range of for the read-only settings.