Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UIActionPropertiesCore.Image Property

Gets or sets the Action’s icon.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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