Skip to main content
Bar

Gallery.ItemGlyphLocation Property

Specifies the location of a gallery item’s glyph, relative to its caption and description. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Dock ItemGlyphLocation { get; set; }

Property Value

Type Description
Dock

A Dock value that specifies the location of a gallery item’s glyph, relative to its caption and description.

See Also