Back to Devexpress

HamburgerSubMenu.ItemsSource Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgersubmenu.md

latest1.5 KB
Original Source

HamburgerSubMenu.ItemsSource Property

Gets or sets an object that represents a source of items for the sub-menu.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object ItemsSource { get; set; }
vb
Public Property ItemsSource As Object

Property Value

TypeDescription
Object

An object that represents a source of items for the sub-menu.

|

Remarks

If your application is designed according to the MVVM pattern, use the ItemsSource property to specify the source of items, and the HamburgerSubMenu.ItemTemplate or HamburgerSubMenu.ItemTemplateSelector property to provide a template used to render the items.

See Also

HamburgerSubMenu Class

HamburgerSubMenu Members

DevExpress.Xpf.WindowsUI Namespace