DocumentAction(Action<Document>) Constructor
Initializes a new instance of the DocumentAction class with the specified functionality.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
execute | Action<Document> | An Action that implements the DocumentAction‘s functionality. |
See Also