Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Image

An Image currently displayed by a button.

See Also