Skip to main content
A newer version of this page is available. .

HamburgerSubMenu.PreviewItems Property

Gets the collection of items shown in the preview.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public ReadOnlyObservableCollection<HamburgerSubMenuPreviewNavigationButton> PreviewItems { get; }

Property Value

Type Description
ReadOnlyObservableCollection<HamburgerSubMenuPreviewNavigationButton>

A collection of HamburgerSubMenuNavigationButton objects.

Remarks

The PreviewItems collection returns sub menu items which HamburgerSubMenuNavigationButton.ShowInPreview property is set to true.

See Also