Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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 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