Back to Devexpress

PivotGridControl.ResizingIndicatorTemplate Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-37fdf082.md

latest1.4 KB
Original Source

PivotGridControl.ResizingIndicatorTemplate Property

Gets or sets a template used to display the resizing indicator.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
ControlTemplate

A ControlTemplate that represents a template used to display the resizing indicator.

|

Remarks

The resizing indicator is displayed when an end-user is resizing an element of the PivotGridControl.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace