Skip to main content

NavigationPageBase.Image Property

Gets or sets the icon for this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }

Property Value

Type Default Description
Image null

An Image object that is the page icon.

See Also