Back to Devexpress

Command.Image Property

corelibraries-devexpress-dot-utils-dot-commands-dot-command-70bcdd78.md

latest1.4 KB
Original Source

Command.Image Property

Gets an image associated with the command.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public virtual Image Image { get; }
vb
Public Overridable ReadOnly Property Image As Image

Property Value

TypeDescription
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

LargeImage

Description

Command Class

Command Members

DevExpress.Utils.Commands Namespace