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

HamburgerMenuIconButton Class

Provides options for customizing icons displayed by menu items.

Namespace: DevExpress.UI.Xaml.Layout.Internal

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

Declaration

[TemplatePart(Name = "PART_Icon", Type = typeof(IconView))]
public class HamburgerMenuIconButton :
    Button,
    IIconProvider

Inheritance

Show 13 items
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ContentControl
Windows.UI.Xaml.Controls.Primitives.ButtonBase
See Also