Back to Devexpress

DocumentAction Constructors

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-documentaction-dot-ctor.md

latest1.5 KB
Original Source

DocumentAction Constructors

A push button displayed within a Content Container header and related to a specific Document.

NameParametersDescription
DocumentAction(Action<Document>)executeInitializes a new instance of the DocumentAction class with the specified functionality.
DocumentAction(Predicate<Document>, Action<Document>)canExecute, executeInitializes a new instance of the DocumentAction class with the specified functionality and availability check.

See Also

DocumentAction Class

DocumentAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace