Back to Devexpress

FilterControl.ItemClick Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-7979f899.md

latest1.4 KB
Original Source

FilterControl.ItemClick Event

Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been clicked.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event LabelInfoItemClickEvent ItemClick
vb
<DXCategory("Action")>
Public Event ItemClick As LabelInfoItemClickEvent

Event Data

The ItemClick event's data class is DevExpress.Utils.Frames.LabelInfoItemClickEventArgs.

Remarks

To respond to double clicking Filter Control ‘s elements, handle the FilterControl.ItemDoubleClick event.

See Also

ItemDoubleClick

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace