Back to Devexpress

Command.LargeImage Property

corelibraries-devexpress-dot-utils-dot-commands-dot-command-e7fe8270.md

latest1.4 KB
Original Source

Command.LargeImage Property

Gets a larger image associated with the command.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDescription
Image

A Image object representing the associated image.

|

Remarks

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

The image is a 32*32 bitmap.

See Also

Image

Description

Command Class

Command Members

DevExpress.Utils.Commands Namespace