Back to Devexpress

PivotGridControl.FocusedCellBorderTemplate Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-67345481.md

latest1.3 KB
Original Source

PivotGridControl.FocusedCellBorderTemplate Property

Gets or sets a template used to display border of the focused cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public ControlTemplate FocusedCellBorderTemplate { get; set; }
vb
Public Property FocusedCellBorderTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object representing the template used to display border of the focused cell.

|

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace