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

QueryCheckStateByValueEventArgs Class

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class QueryCheckStateByValueEventArgs :
    QueryCheckStatesEventArgs

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.

Inheritance

Object
EventArgs
QueryCheckStatesEventArgs
QueryCheckStateByValueEventArgs
See Also