Back to Devexpress

Gallery.ItemGlyphLocation Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-2060b2ab.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Dock ItemGlyphLocation { get; set; }
vb
Public Property ItemGlyphLocation As Dock

Property Value

TypeDescription
Dock

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

|

See Also

Caption

Description

Glyph

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace