Back to Devexpress

Document.DocumentContainerActions Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-document.md

latest2.8 KB
Original Source

Document.DocumentContainerActions Property

Provides access to the current Document‘s custom actions.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public ContentContainerActionCollection DocumentContainerActions { get; }
vb
<Browsable(False)>
Public ReadOnly Property DocumentContainerActions As ContentContainerActionCollection

Property Value

TypeDescription
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’:

See Also

Navigation Bars

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace