RadialContextMenu.BackButtonGlyphTemplate Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DataTemplate BackButtonGlyphTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
An Data |
See Also