ClassNavigationHeader
Class
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:
Constructors
NavigationHeader(FrameworkElement)
Initializes a new instance of the Header class.
Declaration
cs-api-definition
public NavigationHeader(FrameworkElement element)
Parameters
element
Properties
Element
Get the stack panel holding the navigation buttons and date picker.
Declaration
cs-api-definition
public FrameworkElement Element { get; set; }
Property Value
Implements
NavigationPanel
Get the stack panel holding the navigation buttons and date picker.
Declaration
cs-api-definition
public INavigationPanel NavigationPanel { get; }
Property Value
Implements
ViewButtons
Get all change view buttons.
Declaration
cs-api-definition
public IList<IListBoxItem> ViewButtons { get; }
Property Value
IList<IListBoxItem>
Implements
ViewButtonsListBox
Get the ListBox holding the change view buttons.
Declaration
cs-api-definition
public IListBox ViewButtonsListBox { get; }
Property Value
Implements