Back to Devexpress

PivotGridControl.DrawFocusedCellRect Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-331641cd.md

latest1.1 KB
Original Source

PivotGridControl.DrawFocusedCellRect Property

Gets or sets whether a focus rectangle is painted around the currently focused cell.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool DrawFocusedCellRect { get; set; }
vb
Public Property DrawFocusedCellRect As Boolean

Property Value

TypeDescription
Boolean

true to paint a focus rectangle around the focused cell; otherwise, false.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace