A navigation control for the RadScheduler component that provides view switching, date navigation,
and other scheduler-related UI operations. This control allows users to switch between different
scheduler views, navigate between time periods, and toggle weekend display.
[TelerikToolboxCategory("Scheduler")]
public class RadSchedulerNavigator : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Gets or sets the unit type used for navigation steps (Day, Week, Month, etc.).
This determines how the NavigationStep value is interpreted when navigating.
Note: When in WeekView or MonthView with Day as the step type, navigation only works if NavigationStep is 7 or greater.
Declaration
public NavigationStepTypes NavigationStepType { get; set; }
Property Value
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
Overrides
Raises the BindingContextChanged event.
Declaration
protected override void OnBindingContextChanged(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data.
|
Overrides
Raised when the parent's binding context changes.
Updates the time zone elements to reflect any changes.
Declaration
protected override void OnParentBindingContextChanged(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data.
|