Skip to main content
Tab

FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column Property

Gets the column whose cells are currently being processed.

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 currently processed column.

#Remarks

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

See Also