Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Document.DocumentContainerActions Property

Provides access to the current Document‘s custom actions.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.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