Back to Devexpress

BarItemLink.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-8ca04ed1.md

latest1.3 KB
Original Source

BarItemLink.ImageUri Property

Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DxImageUri ImageUri { get; }
vb
<Browsable(False)>
Public ReadOnly Property ImageUri As DxImageUri

Property Value

TypeDescription
DevExpress.Utils.DxImageUri

A DevExpress.Utils.DxImageUri object that specifies the uniform resource identifier of the image to be displayed in the current item.

|

Remarks

See the BarItem.ImageUri property for details.

See Also

ImageUri

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace