NavigationViewItemExpandingEventArgs.ExpandingItemContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the container of the expanding item after a NavigationViewItem.Expanding event.
public:
property NavigationViewItemBase ^ ExpandingItemContainer { NavigationViewItemBase ^ get(); };
NavigationViewItemBase ExpandingItemContainer();
public NavigationViewItemBase ExpandingItemContainer { get; }
var navigationViewItemBase = navigationViewItemExpandingEventArgs.expandingItemContainer;
Public ReadOnly Property ExpandingItemContainer As NavigationViewItemBase
Property Value
The container of the expanding item.