Back to Devexpress

PanelExpandButtonGlyphType Enum

aspnet-devexpress-dot-web-d6dbba5d.md

latest1.3 KB
Original Source

PanelExpandButtonGlyphType Enum

Lists values that specify the expand button’s glyph type.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PanelExpandButtonGlyphType
vb
Public Enum PanelExpandButtonGlyphType

Members

NameDescription
Auto

The button’s glyph is an arrow with the direction selected automatically.

| | Strips |

The button’s glyph is a “hamburger” icon.

| | ArrowLeft |

The button’s glyph is an arrow pointing left.

| | ArrowRight |

The button’s glyph is an arrow pointing right.

| | ArrowTop |

The button’s glyph is an arrow pointing up.

| | ArrowBottom |

The button’s glyph is an arrow pointing down.

|

The following properties accept/return PanelExpandButtonGlyphType values:

See Also

DevExpress.Web Namespace