Skip to main content
Tab

FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Column Property

Gets the custom column currently being filtered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public FileManagerDetailsCustomColumn Column { get; protected set; }

#Property Value

Type Description
FileManagerDetailsCustomColumn

A FileManagerDetailsCustomColumn object that is the data column.

#Remarks

To learn more about custom columns, see the Custom Columns topic.

See Also