Back to Devexpress

IButtonProperties.ImageUri Property

windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibuttonproperties-bb125739.md

latest1.8 KB
Original Source

IButtonProperties.ImageUri Property

Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the button. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size).

Namespace : DevExpress.XtraEditors.ButtonPanel

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
string ImageUri { get; set; }
vb
<DXCategory("Appearance")>
Property ImageUri As String

Property Value

TypeDescription
String

A string value that specifies the uniform resource identifier of the image to be displayed in the button.

|

Remarks

See the Image Gallery and Context-Dependent Images topic to learn more.

See Also

Image Gallery and Context-Dependent Images

IButtonProperties Interface

IButtonProperties Members

DevExpress.XtraEditors.ButtonPanel Namespace