Skip to main content
A newer version of this page is available. .

ReadOnlyCells.Rectangle Property

Gets the rectangle that bounds the cells.

Namespace: DevExpress.XtraPivotGrid.Selection

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public Rectangle Rectangle { get; }

Property Value

Type Description
Rectangle

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

See Also