Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

GlyphKind Enum

Lists values that specify which image is displayed within an edit button.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum GlyphKind

#Members

Name Description
None

No specific symbol is displayed within a button.

User

The button uses the common template and displays custom content specified by the Content property.

Custom

The button displays custom content specified by the Content property.

DropDown

A button displays a dropdown glyph.

Regular

A button displays an ellipsis symbol.

Right

A button displays a Right symbol.

Left

A button displays a left arrow.

Up

A button displays an Up arrow.

Down

A button displays a down arrow.

Cancel

A button displays a Cancel symbol.

Apply

A button displays an Apply symbol.

Plus

A button displays a Plus sign.

Minus

A button displays a Minus sign.

Redo

A button displays a Redo symbol.

Undo

A button displays an Undo symbol.

Refresh

A button displays a Refresh symbol.

A button displays a Search symbol.

NextPage

A button displays a Next Page symbol.

PrevPage

A button displays a Prev Page symbol.

Last

A button displays a Move Last symbol.

First

A button displays a Move First symbol.

Edit

A button displays an Edit symbol.

#Related API Members

The following properties accept/return GlyphKind values:

#Remarks

The values listed by this enumeration are used to set the ButtonInfo.GlyphKind property’s value.

See Also