Skip to main content

PivotCustomDrawFieldHeaderThreadSafeEventArgs.Info Property

Provides information required to paint a field header.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public HeaderObjectInfoArgs Info { get; }

Property Value

Type Description
DevExpress.Utils.Drawing.HeaderObjectInfoArgs

A DevExpress.Utils.Drawing.HeaderObjectInfoArgs object that provides information about the painted field header.

Remarks

The returned object’s InnerElements property provides a collection of elements displayed within the painted field header (sort glyph, filter button). Each element is a DevExpress.Utils.Drawing.DrawElementInfo object that enables you to obtain the element’s bounds. Elements can be identified by the DevExpress.Utils.Drawing.DrawElementInfo.ElementPainter property type.

See Also