Skip to main content

HamburgerMenuIconButton.Icon Property

Gets or sets the icon displayed by the button. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout.Internal

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IconElement Icon { get; set; }

Property Value

Type Description
IconElement

A 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