QueryCheckStateByValueEventArgs Class
Provides data for the RepositoryItemCheckEdit.QueryCheckStateByValue event.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
Check edit controls enable you to perform custom conversion of the edit value to a proper check state. This can be done by handling the RepositoryItemCheckEdit.QueryCheckStateByValue event. The QueryCheckStateByValueEventArgs class provides information about the current edited value via its QueryCheckStateByValueEventArgs.Value property and allows you to specify an appropriate check state by setting the QueryCheckStateByValueEventArgs.CheckState property. The QueryCheckStatesEventArgs.Handled property inherited from the QueryCheckStatesEventArgs class can be used to cancel default event processing.
Instances of the QueryCheckStateByValueEventArgs class are automatically created and passed to RepositoryItemCheckEdit.QueryCheckStateByValue event handlers.