Back to Devexpress

DocumentCheckAction Constructors

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

latest2.7 KB
Original Source

DocumentCheckAction Constructors

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

NameParametersDescription
DocumentCheckAction(Func<Boolean>, Action<Document>, Action<Document>)getState, check, uncheckInitializes a new instance of the DocumentCheckAction class with different actions performed when checking and unchecking the DocumentCheckAction.
DocumentCheckAction(Func<Boolean>, Action<Document>)getState, toggleInitializes a new instance of the DocumentCheckAction class with the specified settings.
DocumentCheckAction(Predicate<Document>, Func<Boolean>, Action<Document>, Action<Document>)canExecute, getState, check, uncheckInitializes a new instance of the DocumentCheckAction class with the specified settings.
DocumentCheckAction(Predicate<Document>, Func<Boolean>, Action<Document>)canExecute, getState, toggleInitializes a new instance of the DocumentCheckAction class with the specified settings.

See Also

DocumentCheckAction Class

DocumentCheckAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace