Back to Devexpress

HamburgerMenu.ItemsSource Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-32479f12.md

latest1.4 KB
Original Source

HamburgerMenu.ItemsSource Property

Gets or sets an object that represents a source of items for the 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 menu.

|

Remarks

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

See Also

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace