C# Class Controls.Toolkit.CascadingMenu

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: RedSafi-UX/SugarUIEnhancedControls

Public Properties

Property Type Description
ItemsPathProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
FindGridView IEnumerable
HasFocus void
OnUnfoldButtonItemClick void
OnmainMenuLayoutUpdated void
_mainMenu_ItemClick void
_mainMenu_SelectionChanged void

Public Methods

Method Description
CascadingMenu ( ) : System
Descendents ( DependencyObject root, int depth ) : IEnumerable

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
FindGridView ( DependencyObject root ) : IEnumerable
HasFocus ( DependencyObject sender, bool &hasfocus ) : void
OnUnfoldButtonItemClick ( object sender, ItemClickEventArgs e ) : void
OnmainMenuLayoutUpdated ( object sender, object e ) : void
_mainMenu_ItemClick ( object sender, ItemClickEventArgs e ) : void
_mainMenu_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

CascadingMenu() public method

public CascadingMenu ( ) : System
return System

Descendents() public method

public Descendents ( DependencyObject root, int depth ) : IEnumerable
root Windows.UI.Xaml.DependencyObject
depth int
return IEnumerable

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

ItemsPathProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemsPathProperty
return Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
return Windows.UI.Xaml.DependencyProperty