Skip to main content

HamburgerMenuIconButton.IconTemplate Property

Specifies the icon template. 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 DataTemplate IconTemplate { get; set; }

Property Value

Type Description
DataTemplate

A Windows.UI.Xaml.DataTemplate object that represents the icon template.

See Also