Skip to main content

XRPivotGridOptionsView.DrawFocusedCellRect Property

For internal use. Overrides the PivotGridOptionsViewBase.DrawFocusedCellRect property, to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public bool DrawFocusedCellRect { get; set; }

Property Value

Type Description
Boolean

Always true.

Property Paths

You can access this nested property as listed below:

Object Type Path to DrawFocusedCellRect
XRPivotGrid
.OptionsView .DrawFocusedCellRect

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