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
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. |
Search
|
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.