Skip to main content
A newer version of this page is available. .

Document.ActualActionImage Property

Returns the icon displayed by a default navigation action that activates this Document. This default button is shown inside Navigation Bars for the SlideGroup and SplitGroup containers.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public Image ActualActionImage { get; }

Property Value

Type Description
Image

An Image currently displayed by a button.

See Also