Skip to main content
A newer version of this page is available. .

RibbonPage.GetImage() Method

Returns an image displayed within the pager’s header.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Image GetImage()

Returns

Type Description
Image

A Image object that represents the image displayed within the page’s header.

Remarks

A Ribbon page can display an image within its header (see the image below):

RibbonPageImage

This image can be specified using the RibbonPage.Image or RibbonPage.ImageIndex properties.

See Also