Class PivotGridSortHeaderCell
Represents the grid cell containing SortHeader.
Inheritance
System.Object
PivotGridSortHeaderCell
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridSortHeaderCell : ContentControl
Constructors
PivotGridSortHeaderCell()
Initializes the new instance of PivotGridSortHeaderCell/>
Declaration
public PivotGridSortHeaderCell()
Fields
filteredItems
Sets the collection of filter items.
Declaration
public List<FilterItem> filteredItems
Field Value
Type |
---|
System.Collections.Generic.List<FilterItem> |
Methods
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()