Skip to main content

Document.DocumentContainerActions Property

Provides access to the current Document‘s custom actions.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public ContentContainerActionCollection DocumentContainerActions { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContentContainerActionCollection

A ContentContainerActionCollection object that stores custom actions for the current Document.

Remarks

Actions, accessible via Navigation Bars, can be default or custom. Default actions are navigation actions, such as ‘Exit’, ‘Home’ or shortcuts to child Documents within a container. You can add your own custom actions to each Document via the DocumentContainerActions property. These actions are displayed when the corresponding Document is maximized within its parent Content Container (for example, a SlideGroup container). The figure below illustrates 3 custom document actions on the Navigation Bar - ‘Preview’, ‘Print’ and ‘Delete’:

DocumentManager - Custom Document Actions

See Also