PivotCustomDrawFieldHeaderThreadSafeEventArgs.Info Property
In This Article
Provides information required to paint a field header.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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