Skip to main content

HamburgerMenuIconButton.IconSource Property

Gets or sets the source of the icon. 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 object IconSource { get; set; }

Property Value

Type Description
Object

An object that is the source of the icon.

See Also