Skip to main content

PivotCustomDrawFieldValueThreadSafeEventArgs.Info Property

Gets an object which provides the information required to paint a field value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotHeaderObjectInfoArgs Info { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs

A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value.

See Also