Skip to main content

PivotCustomDrawCellBaseThreadSafeEventArgs.Bounds Property

Gets the cell bounds.

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 value that specifies the cell bounds.

See Also