Back to Devexpress

NavigationPageBase.Image Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-3830f8c3.md

latest1.4 KB
Original Source

NavigationPageBase.Image Property

Use the NavigationPageBase.ImageOptions property to specify the page icon.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
Public Property Image As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object that is the page icon.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace