Class
NavigationHeader

The ScheduleView NavigationHeader wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class NavigationHeader : INavigationHeader

Inheritance: objectNavigationHeader

Implements: INavigationHeader

Constructors

NavigationHeader(FrameworkElement)

Initializes a new instance of the Header class.

Declaration

cs-api-definition
public NavigationHeader(FrameworkElement element)

Parameters

element

FrameworkElement

Properties

Element

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

Declaration

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

Property Value

FrameworkElement

Implements INavigationHeader.Element

NavigationPanel

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

Declaration

cs-api-definition
public INavigationPanel NavigationPanel { get; }

Property Value

INavigationPanel

Implements INavigationHeader.NavigationPanel

ViewButtons

Get all change view buttons.

Declaration

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

Property Value

IList<IListBoxItem>

Implements INavigationHeader.ViewButtons

ViewButtonsListBox

Get the ListBox holding the change view buttons.

Declaration

cs-api-definition
public IListBox ViewButtonsListBox { get; }

Property Value

IListBox

Implements INavigationHeader.ViewButtonsListBox