windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dd7ea62a.md
Provides base functionality for custom Navigation Bar Actions.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface IContentContainerAction :
IUIAction<IContentContainer>,
IUIActionProperties
Public Interface IContentContainerAction
Inherits IUIAction(Of IContentContainer),
IUIActionProperties
The IContentContainerAction interface provides the following properties.
Normally, you do not need to implement the IContentContainerAction interface manually. To add custom Navigation Bar Actions, please use the DelegateAction object or create your own object that implements the ContentContainerAction abstract class. See the Navigation Bars topic for details.
See Also