SnapDocument.PrepareSnListColumns Event
Occurs for every added column after its body and header templates are created.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Event Data
The PrepareSnListColumns event's data class is PrepareSnListColumnsEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Body | Provides access to a document’s body. |
Header | Provides access to a document’s header. |
Remarks
You can access the document templates via the PrepareSnListColumnsEventArgs.Body and PrepareSnListColumnsEventArgs.Header properties.
See Also