HamburgerMenuBottomBarNavigationButton.Icon Property
In This Article
Gets or sets the icon displayed by the button.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Icon |
A Icon |
#Remarks
You can use the following objects to specify the icon:
- Windows.UI.Xaml.Controls.BitmapIcon,
- Windows.UI.Xaml.Controls.FontIcon,
- Windows.UI.Xaml.Controls.PathIcon,
- Windows.UI.Xaml.Controls.SymbolIcon.
See Also