PanelExpandButtonGlyphType Enum
In This Article
Lists values that specify the expand button’s glyph type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The button’s glyph is an arrow with the direction selected automatically. |
Strips
|
The button’s glyph is a “hamburger” icon. |
Arrow
|
The button’s glyph is an arrow pointing left. |
Arrow
|
The button’s glyph is an arrow pointing right. |
Arrow
|
The button’s glyph is an arrow pointing up. |
Arrow
|
The button’s glyph is an arrow pointing down. |
#Related API Members
The following properties accept/return PanelExpandButtonGlyphType values:
See Also