GridDocumentExportCustomizeColumnEventArgsBase Properties
Contains base information for events that customize exported columns.| Name | Description |
|---|---|
| ColumnIndex | Returns the column position in the exported document. |
| DataCellStyle | Specifies style settings for data cells in the processed column. |
| FieldName | Returns the column field name. |
| IsHidden | Specifies whether to display the column in the exported document. |
| Width | Specifies the exported column’s width in pixels. |
See Also