Skip to main content

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