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

Document.ActionImage Property

Gets or sets the icon for the navigation action related to the current Document. This property is obsolete. Use the ActionImageOptions property instead.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image ActionImage { get; set; }

#Property Value

Type Default Description
Image null

An Image object specifying the icon for the navigation action related to the current Document.

#Remarks

Navigation Bars for SplitGroup and SlideGroup content containers have actions related to individual Documents within these containers. Clicking this button activates a Document and switches you to the Detail Screen. Use the ActionImageOptions property to change icons. You can also change their captions via the Document.ActionCaption property. By default, actions have the same captions as the related Documents have.

Note

The image must be black-and-white only. Colored images can be displayed incorrectly.

See Also