Skip to main content
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.v23.2.dll

NuGet Package: 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