Skip to main content
Bar

BarItem.LargeGlyph Property

Gets or sets the item's large image. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public ImageSource LargeGlyph { get; set; }

#Property Value

Type Description
ImageSource

An ImageSource object that specifies the item's large image.

#Remarks

See the BarItem.Glyph topic to learn more.

See Also