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

SearchControl.QueryIsSearchColumn Event

Enables you to specify the attached object’s columns through which a search is performed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Events")]
public event QueryIsSearchColumnEventHandler QueryIsSearchColumn

Event Data

The QueryIsSearchColumn event's data class is DevExpress.XtraEditors.QueryIsSearchColumnEventArgs.

Remarks

The editor’s QueryIsSearchColumn event is equivalent to the RepositoryItemSearchControl.QueryIsSearchColumn event available via the control’s SearchControl.Properties. See the RepositoryItemSearchControl.QueryIsSearchColumn to learn more.

See Also