XRPivotGridOptionsView.DrawFocusedCellRect Property
For internal use. Overrides the PivotGridOptionsViewBase.DrawFocusedCellRect property, to hide it.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | Always true. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DrawFocusedCellRect |
---|---|
XRPivotGrid |
|
Remarks
This property is overridden to hide the PivotGridOptionsViewBase.DrawFocusedCellRect property of the PivotGridOptionsViewBase class, because the DrawFocusedCellRect property is not appropriate for the XRPivotGridOptionsView class.
See Also