Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DocumentAction(
    Action<Document> execute
)

Parameters

Name Type Description
execute Action<Document>

An Action that implements the DocumentAction‘s functionality.

See Also