Back to Devexpress

RibbonControl.Images Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-9283d2d7.md

latest2.4 KB
Original Source

RibbonControl.Images Property

Gets or sets the source of images that can be displayed within item links.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public object Images { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

A Object that is an image collection providing images for Ribbon items.

|

Remarks

Use the BarItem.ImageOptions.ImageIndex and BarItem.ImageOptions.DisabledImageIndex properties to associate images with items.

The Images property accepts the following image collections:

See Also

LargeImages

LargeImageIndex

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace