FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column Property
In This Article
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 |
---|---|
File |
A File |
#Remarks
To learn more about custom columns, see the Custom Columns topic.
See Also