Back to Devexpress

GlyphKind Enum

wpf-devexpress-dot-xpf-dot-editors-6fa99ddd.md

latest3.4 KB
Original Source

GlyphKind Enum

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

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum GlyphKind
vb
Public Enum GlyphKind

Members

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

|

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

DevExpress.Xpf.Editors Namespace