Skip to main content
Bar

GalleryItem.Glyph Property

Gets or sets the item's image.

This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public ImageSource Glyph { get; set; }

#Property Value

Type Description
ImageSource

An ImageSource value that specifies the item's image.

#Remarks

Use the Glyph property to assign images to gallery items.

See Also