Back to Devexpress

UIActionPropertiesCore.Image Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-uiactionpropertiescore-b9037bd6.md

latest2.6 KB
Original Source

UIActionPropertiesCore.Image Property

Gets or sets the Action’s icon.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Image As Image

Property Value

TypeDescription
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.

See Also

Caption

Description

UIActionPropertiesCore Class

UIActionPropertiesCore Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace