ClassNavigationPanel
The ScheduleView Header NavigationPanel wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class NavigationPanel : INavigationPanel
Inheritance: objectNavigationPanel
Implements:
Constructors
NavigationPanel(FrameworkElement)
Initializes a new instance of the NavigationPanel class.
Declaration
public NavigationPanel(FrameworkElement element)
Parameters
element
Properties
BackButton
Get the Back button located in the ScheduleView header.
Declaration
public IRadButton BackButton { get; }
Property Value
Implements
DateHeaderText
Gets the current date header text.
Declaration
public string DateHeaderText { get; }
Property Value
Implements
Element
Get or sets the actual FrameworkElement wrapped in.
Declaration
public FrameworkElement Element { get; set; }
Property Value
Implements
ForwardButton
Get the Forward button located in the ScheduleView header.
Declaration
public IRadButton ForwardButton { get; }
Property Value
Implements
NavigationDatePicker
Get the navigation RadDatePicker control located in the ScheduleView header.
Declaration
public IRadDatePicker NavigationDatePicker { get; }
Property Value
Implements
Methods
NavigateBack()
Simulates user clicking on the 'Back' navigation button below the ScheduleView header.
Declaration
public void NavigateBack()
Implements
NavigateForward()
Simulates user clicking on the 'Forward' navigation button below the ScheduleView header.
Declaration
public void NavigateForward()
Implements