PivotGridControl.DrawFocusedCellRect Property
In This Article
Gets or sets whether a focus rectangle is painted around the currently focused cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializableProperty]
[XtraSerializablePropertyId(3)]
public bool DrawFocusedCellRect { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to paint a focus rectangle around the focused cell; otherwise, false. |
See Also