INavigationPanel Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The ScheduleView Header NavigationPanel wrapper.

Namespace:  Telerik.WebAii.Controls.Xaml
Assembly:  Telerik.WebAii.Controls.Xaml (in Telerik.WebAii.Controls.Xaml.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public interface INavigationPanel

The INavigationPanel type exposes the following members.

Properties

  NameDescription
Public propertyBackButton
Get the Back button located in the ScheduleView header.
Public propertyDateHeaderText
Gets the current date header text.
Public propertyElement
Get the stack panel holding the navigation buttons and date picker.
Public propertyForwardButton
Get the Forward button located in the ScheduleView header.
Public propertyNavigationDatePicker
Get the navigation RadDatePicker control located in the ScheduleView header.
Top
Methods

  NameDescription
Public methodNavigateBack
Simulates user clicking on the 'Back' navigation button below the ScheduleView header.
Public methodNavigateForward
Simulates user clicking on the 'Forward' navigation button below the ScheduleView header.
Top
See Also

Reference