Interface
INavigationPanel

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: NavigationPanelNavigationPanel

Properties

BackButton

Get the Back button located in the ScheduleView header.

Declaration

cs-api-definition
IRadButton BackButton { get; }

Property Value

IRadButton

DateHeaderText

Gets the current date header text.

Declaration

cs-api-definition
string DateHeaderText { get; }

Property Value

string

Element

Get the stack panel holding the navigation buttons and date picker.

Declaration

cs-api-definition
FrameworkElement Element { get; set; }

Property Value

FrameworkElement

ForwardButton

Get the Forward button located in the ScheduleView header.

Declaration

cs-api-definition
IRadButton ForwardButton { get; }

Property Value

IRadButton

NavigationDatePicker

Get the navigation RadDatePicker control located in the ScheduleView header.

Declaration

cs-api-definition
IRadDatePicker NavigationDatePicker { get; }

Property Value

IRadDatePicker

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()