Back to Devexpress

AccordionControlElementBase.ImageUri Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-35ac088e.md

latest1.7 KB
Original Source

AccordionControlElementBase.ImageUri Property

Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual DxImageUri ImageUri { get; set; }
vb
<Browsable(False)>
Public Overridable 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 Image Gallery and Context-Dependent Images topic to learn more.

See Also

Image Gallery and Context-Dependent Images

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace