HamburgerSubMenuNavigationButton.PreviewItemClick Event
In This Article
Occurs when the end-user clicks the button within the preview.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Event Data
The PreviewItemClick event's data class is DevExpress.UI.Xaml.Layout.PreviewItemClickEventArgs.
#Remarks
The button is shown in the preview if its HamburgerSubMenuNavigationButton.ShowInPreview property is set to true.
See Also