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.v18.2.dll

Declaration

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

Inheritance

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