PivotGridControl.FocusedCellBorderTemplate Property
In This Article
Gets or sets a template used to display border of the focused cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public ControlTemplate FocusedCellBorderTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
See Also