Skip to main content
A newer version of this page is available.

SnapDocument.PrepareSnListColumns Event

Occurs for every added column after its body and header templates are created.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

event PrepareSnListColumnsEventHandler PrepareSnListColumns

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