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

FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler Delegate

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public delegate void FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler(
    object source,
    FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs e
);

Parameters

Name Type Description
source Object

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

e FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs

A FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs object that contains event data.

See Also