Skip to main content
All docs
V26.1
  • CustomizePivotCellEventArgs.ColumnType Property

    Gets a value that identifies the column with the specified cell in the exported document.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v26.1.dll

    Declaration

    public PivotGridExportCellType ColumnType { get; }

    Property Value

    Type Description
    DevExpress.Xpf.PivotGrid.PivotGridExportCellType

    The type of the column that contains the cell.

    See Also