QueryValueByCheckStateEventArgs(CheckState) Constructor
Creates an instance of the QueryValueByCheckStateEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
state | CheckState | A CheckState enumeration value representing the current check state of the check editor. This value is assigned to the QueryValueByCheckStateEventArgs.CheckState property. |
Remarks
Instances of the QueryValueByCheckStateEventArgs class are automatically created and transmitted to RepositoryItemCheckEdit.QueryValueByCheckState event handlers when the event is raised.
See Also