InterfaceIReadOnlySettings
Interface
Specifies that this object can be used from the ReadOnlyBehavior of RadScheduler to configure it.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IReadOnlySettings : IGroupingConfigurationSettings
Derived Classes:
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.