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

Command.Image Property

Gets an image associated with the command.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public virtual Image Image { get; }

Property Value

Type Description
Image

A Image object representing the associated image.

Remarks

The Image property enables displaying an image representing the command in all UI elements to which the command is attached.

The image is a 16*16 bitmap.

See Also