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

UIActionPropertiesCore.Image Property

Gets or sets the Action’s icon.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public Image Image { get; set; }

Property Value

Type Description
Image

An Image that is the Action’s icon.

Remarks

The Image property specifies the glyph for all Actions derived from the UIActionPropertiesCore class (FlyoutActions, DocumentActions and ContentContainerActions). You can also set a textual description (the UIActionPropertiesCore.Description property) and caption (the UIActionPropertiesCore.Caption property) for your Actions. The figure below illustrates a customized FlyoutAction.

Flyouts - FlyoutAction objects

See Also