Skip to main content
Tab

PanelExpandButtonSettings.GlyphType Property

Gets or sets a value that defines the expand button’s glyph type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PanelExpandButtonGlyphType.Auto)]
public PanelExpandButtonGlyphType GlyphType { get; set; }

Property Value

Type Default Description
PanelExpandButtonGlyphType Auto

One of the PanelExpandButtonGlyphType enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to GlyphType
PanelCollapsingSettings
.ExpandButton .GlyphType
See Also