Skip to main content

Document.ActionImage Property

Gets or sets the icon for the navigation action related to the current Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.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 ActionImage property to change these actions’ 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 assigned to the ActionImage property must be black-and-white only. Colored images are displayed incorrectly.

See Also