CustomizeDocumentColumnEventHandler Delegate
In This Article
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public delegate void CustomizeDocumentColumnEventHandler(
CustomizeDocumentColumnEventArgs e
);
#Parameters
Name | Type |
---|---|
e | Customize |
See Also