Back to Devexpress

FilterControl.CreateCriteriaCustomParse Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-0d5be984.md

latest1.2 KB
Original Source

FilterControl.CreateCriteriaCustomParse Event

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler<CreateCriteriaCustomParseEventArgs> CreateCriteriaCustomParse
vb
<DXCategory("Events")>
Public Event CreateCriteriaCustomParse As EventHandler(Of CreateCriteriaCustomParseEventArgs)

Event Data

The CreateCriteriaCustomParse event's data class is DevExpress.XtraEditors.Filtering.CreateCriteriaCustomParseEventArgs.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace