Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RadialMenu.DefaultGlyph Property

Gets or sets the glyph displayed by default in the RadialMenu‘s central circle button.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public static Image DefaultGlyph { get; set; }

#Property Value

Type Description
Image

An Image object that specifies the glyph displayed by default in the RadialMenu‘s central circle button.

#Remarks

By default, the RadialMenu displays the predefined glyph in the central circle button. The static DefaultGlyph property allows you to override the default glyph. You can also specify the central button glyph for a particular RadialMenu by the RadialMenu.Glyph property.

See Also