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

RadialContextMenu.BackButtonGlyphTemplate Property

Gets or sets a DataTemplate used to render the content of the sub-menu’s central circle button. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataTemplate BackButtonGlyphTemplate { get; set; }

Property Value

Type Description
DataTemplate

An DataTemplate object that is used to render the content of the sub-menu’s central circle button.

See Also