Interface
INavigationHeader

The ScheduleView NavigationHeader wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface INavigationHeader

Derived Classes: NavigationHeaderNavigationHeader

Properties

Element

Get the Grid holding the navigation header elements.

Declaration

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

Property Value

FrameworkElement

NavigationPanel

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

Declaration

cs-api-definition
INavigationPanel NavigationPanel { get; }

Property Value

INavigationPanel

ViewButtons

Get all change view buttons.

Declaration

cs-api-definition
IList<IListBoxItem> ViewButtons { get; }

Property Value

IList<IListBoxItem>

ViewButtonsListBox

Get the ListBox holding the change view buttons.

Declaration

cs-api-definition
IListBox ViewButtonsListBox { get; }

Property Value

IListBox