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

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