A newer version of this page is available.
Switch to the current version.
Command.LargeImage Property
Gets a larger image associated with the command.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v18.2.dll
Declaration
public virtual Image LargeImage { get; }
Public Overridable ReadOnly Property LargeImage As Image
Property Value
Type | Description |
---|---|
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
Feedback