InterfaceIRadNavigationView
Interface
Represents the RadNavigationView control wrapper for Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public interface IRadNavigationView : ISelector, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
FlyoutOverlay
Gets the FlyoutOverlay of the RadNavigationView.
Declaration
cs-api-definition
FrameworkElement FlyoutOverlay { get; }
Property Value
PaneRoot
Gets the PaneRoot of the RadNavigationView.
PaneToggleButton
Gets the PaneToggleButton of the RadNavigationView.
Declaration
cs-api-definition
RadToggleButton PaneToggleButton { get; }
Property Value
ScrollViewer
Gets the ScrollViewer of the RadNavigationView.
Declaration
cs-api-definition
FrameworkElement ScrollViewer { get; }
Property Value