Skip to main content
A newer version of this page is available. .
Tab

PanelExpandButtonGlyphType Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum PanelExpandButtonGlyphType

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.

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.

Related API Members

The following properties accept/return PanelExpandButtonGlyphType values:

Remarks

The values listed by this enumeration are used to set the PanelExpandButtonSettings.GlyphType property.

See Also