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

PivotCustomDrawFieldValueThreadSafeEventArgs.Info Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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