Back to Devexpress

PivotCustomColumnWidthEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-6c00f9b6.md

latest2.2 KB
Original Source

PivotCustomColumnWidthEventArgs Class

Provides data for the XRPivotGrid.CustomColumnWidth event.

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class PivotCustomColumnWidthEventArgs :
    PivotFieldValueEventArgs
vb
Public Class PivotCustomColumnWidthEventArgs
    Inherits PivotFieldValueEventArgs

PivotCustomColumnWidthEventArgs is the data class for the following events:

Remarks

An instance of the PivotCustomColumnWidthEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs PivotFieldEventArgsBase<XRPivotGridField> PivotFieldValueEventArgsBase<XRPivotGridField> PivotFieldValueEventArgs PivotCustomColumnWidthEventArgs

See Also

PivotCustomColumnWidthEventArgs Members

CustomColumnWidth

DevExpress.XtraReports.UI.PivotGrid Namespace