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

NavigationPageBase.Image Property

Gets or sets the icon for this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An Image object that is the page icon.

See Also