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

Document.ActionCaption Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
public string ActionCaption { get; set; }

Property Value

Type Default Description
String *null*

A String value specifying the caption 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. By default, these navigation actions have the same caption as their related Documents have. Use the ActionCaption property to change these captions.

The figure below illustrates Navigation Bars for the SplitGroup container with two Documents. The first navigation action has the default caption, the second one has the caption specified via the ActionCaption property:

DocumentManager - Action Caption

You can also set navigation actions’ images via the Document.ActionImage property.

See Also