CustomizeCellEventArgsExtended.Column Property
In This Article
Allows you to get information on the currently processed column object.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The currently processed column object. |
#Remarks
The Column property allows you to get details on the currently processed column object. Instances of different classes are passed as the Column event parameter in different DevExpress controls (see the table below). You may type cast the Column property value to a corresponding class to obtain more information on the column being processed.
Control | Column Objects |
---|---|
Windows Forms Grid |
Column |
Windows Forms Tree |
Tree |
Windows Forms Pivot |
Pivot |
WPF Grid |
Column |
ASP ASPx |
Grid |
See Also