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

RadialContextMenu.GlyphTemplate Property

Gets or sets a DataTemplate used to render the content of the RadialContextMenu‘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 GlyphTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that is used to render the content of the RadialContextMenu‘s central circle button.

See Also