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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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:
You can also set navigation actions’ images via the Document.ActionImage property.