Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DXCategory("Appearance")]
string ImageUri { get; set; }

Property Value

Type Description
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