Back to Devexpress

FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler Delegate

aspnet-devexpress-dot-web-01262dbe.md

latest1.8 KB
Original Source

FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler Delegate

A method that will handle the ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler(
    object source,
    FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs e
);
vb
Public Delegate Sub FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler(
    source As Object,
    e As FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source. Identifies the ASPxFileManager control that raised the event.

| | e | FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs |

A FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs object that contains event data.

|

See Also

File Manager

DevExpress.Web Namespace