Class
NavigationPanel

The ScheduleView Header NavigationPanel wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public class NavigationPanel : INavigationPanel

Inheritance: objectNavigationPanel

Implements: INavigationPanel

Constructors

NavigationPanel(FrameworkElement)

Initializes a new instance of the NavigationPanel class.

Declaration

cs-api-definition
public NavigationPanel(FrameworkElement element)

Parameters

element

FrameworkElement

Properties

BackButton

Get the Back button located in the ScheduleView header.

Declaration

cs-api-definition
public IRadButton BackButton { get; }

Property Value

IRadButton

Implements INavigationPanel.BackButton

DateHeaderText

Gets the current date header text.

Declaration

cs-api-definition
public string DateHeaderText { get; }

Property Value

string

Implements INavigationPanel.DateHeaderText

Element

Get or sets the actual FrameworkElement wrapped in.

Declaration

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

Property Value

FrameworkElement

Implements INavigationPanel.Element

ForwardButton

Get the Forward button located in the ScheduleView header.

Declaration

cs-api-definition
public IRadButton ForwardButton { get; }

Property Value

IRadButton

Implements INavigationPanel.ForwardButton

NavigationDatePicker

Get the navigation RadDatePicker control located in the ScheduleView header.

Declaration

cs-api-definition
public IRadDatePicker NavigationDatePicker { get; }

Property Value

IRadDatePicker

Implements INavigationPanel.NavigationDatePicker

Methods

NavigateBack()

Simulates user clicking on the 'Back' navigation button below the ScheduleView header.

Declaration

cs-api-definition
public void NavigateBack()

Implements INavigationPanel.NavigateBack()

NavigateForward()

Simulates user clicking on the 'Forward' navigation button below the ScheduleView header.

Declaration

cs-api-definition
public void NavigateForward()

Implements INavigationPanel.NavigateForward()