Skip to main content

RibbonPage.GetImage() Method

Returns an image displayed within the pager’s header.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Image GetImage()

Returns

Type Description
Image

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

Remarks

Use the ImageOptions property to display an image within the page header:

RibbonPageImage

See Also