InterfaceINavigationPanel
Interface
The ScheduleView Header NavigationPanel wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface INavigationPanel
Derived Classes:
Properties
BackButton
Get the Back button located in the ScheduleView header.
DateHeaderText
Gets the current date header text.
Element
Get the stack panel holding the navigation buttons and date picker.
Declaration
cs-api-definition
FrameworkElement Element { get; set; }
Property Value
ForwardButton
Get the Forward button located in the ScheduleView header.
NavigationDatePicker
Get the navigation RadDatePicker control located in the ScheduleView header.
Declaration
cs-api-definition
IRadDatePicker NavigationDatePicker { get; }
Property Value
Methods
NavigateBack()
Simulates user clicking on the 'Back' navigation button below the ScheduleView header.
Declaration
cs-api-definition
void NavigateBack()
NavigateForward()
Simulates user clicking on the 'Forward' navigation button below the ScheduleView header.
Declaration
cs-api-definition
void NavigateForward()