InterfaceINavigationHeader
Interface
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:
Properties
Element
Get the Grid holding the navigation header elements.
Declaration
cs-api-definition
FrameworkElement Element { get; set; }
Property Value
NavigationPanel
Get the stack panel holding the navigation buttons and date picker.
Declaration
cs-api-definition
INavigationPanel NavigationPanel { get; }
Property Value
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.