Back to Devexpress

FilterControl.CreateCustomRepositoryItem Event

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-66195bb9.md

latest1.2 KB
Original Source

FilterControl.CreateCustomRepositoryItem 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<CreateCustomRepositoryItemEventArgs> CreateCustomRepositoryItem
vb
<DXCategory("Events")>
Public Event CreateCustomRepositoryItem As EventHandler(Of CreateCustomRepositoryItemEventArgs)

Event Data

The CreateCustomRepositoryItem event's data class is DevExpress.XtraEditors.Filtering.CreateCustomRepositoryItemEventArgs.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace