Skip to main content

PivotCustomDrawThreadSafeEventArgs.Bounds Property

Gets the bounding rectangle of the painted element.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the element’s boundaries.

See Also