Skip to main content

ReadOnlyCells.Rectangle Property

Gets the rectangle that bounds the cells.

Namespace: DevExpress.XtraPivotGrid.Selection

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public Rectangle Rectangle { get; }

Property Value

Type Description
Rectangle

A Rectangle object that specifies the rectangle that bounds the cells.

See Also