Skip to main content
A newer version of this page is available. .

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

Declaration

public DocumentAction(
    Action<Document> execute
)

Parameters

Name Type Description
execute Action<Document>

An Action that implements the DocumentAction‘s functionality.

See Also