GlyphKind Enum
Lists values that specify which image is displayed within an edit button.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
| Name | Description |
|---|---|
None
|
|
User
|
|
Custom
|
|
DropDown
|
|
Regular
|
|
Right
|
|
Left
|
|
Up
|
|
Down
|
|
Cancel
|
|
Apply
|
|
Plus
|
|
Minus
|
|
Redo
|
|
Undo
|
|
Refresh
|
|
Search
|
|
NextPage
|
|
PrevPage
|
|
Last
|
|
First
|
|
Edit
|
|
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.
No specific symbol is displayed within a button.
The button uses the common template and displays custom content specified by the Content property.
The button displays custom content specified by the Content property.
A button displays a dropdown glyph.
A button displays an ellipsis symbol.
A button displays a Right symbol.
A button displays a left arrow.
A button displays an Up arrow.
A button displays a down arrow.
A button displays a Cancel symbol.
A button displays an Apply symbol.
A button displays a Plus sign.
A button displays a Minus sign.
A button displays a Redo symbol.
A button displays an Undo symbol.
A button displays a Refresh symbol.
A button displays a Search symbol.
A button displays a Next Page symbol.
A button displays a Prev Page symbol.
A button displays a Move Last symbol.
A button displays a Move First symbol.
A button displays an Edit symbol.