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

CheckItem(T, Boolean, Boolean, String) Constructor

For internal use.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public CheckItem(
    T value,
    bool selected,
    bool customQuery,
    string key
)

Parameters

Name Type
value T
selected Boolean
customQuery Boolean
key String
See Also