Back to Devexpress

NavigationPageBase.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-cdacc081.md

latest1.6 KB
Original Source

NavigationPageBase.ImageUri Property

Use the ImageUri option accessible in NavigationPageBase.ImageOptions to specify the resource identifier that allows this page to retrieve a context-dependent image from the DevExpress Image Gallery.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.Utils.DxImageUri

A DevExpress.Utils.DxImageUri object that is the resource identifier of this page.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace