DocumentCheckAction(Func<Boolean>, Action<Document>) Constructor
Initializes a new instance of the DocumentCheckAction class with the specified settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
getState | Func<Boolean> | A Func delegate that returns the boolean value related to the current DocumentCheckAction‘s checked state. |
toggle | Action<Document> | An Action delegate that encapsulates a method executed whenever the DocumentCheckAction‘s checked state changes. |
See Also