Represents a fast navigation control for RadCalendar that allows quick navigation through calendar periods.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadCalendarFastNavigationControl : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadCalendarFastNavigationControl...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCalendarFastNavigationControl class.
C#
public RadCalendarFastNavigationControl()
Fields
The fast navigation element associated with this control.
C#
public RadCalendarFastNavigationElement fastNavigationElement
Properties
Gets the collection of items in the fast navigation control.
C#
public RadItemOwnerCollection Items { get; }
Methods
C#
protected override void CreateChildItems(RadElement parent)
Overrides: