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

HamburgerMenuBottomBarNavigationButton.Icon Property

Gets or sets the icon displayed by the button.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public IconElement Icon { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.IconElement

A Windows.UI.Xaml.Controls.IconElement object that represents the icon displayed by the button.

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