Class PivotSortHeaderCell
Class that holds members of the sortable header cell.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotSortHeaderCell : Control
Constructors
PivotSortHeaderCell()
Initializes the PivotSortHeaderCell class.
Declaration
public PivotSortHeaderCell()
Fields
FilterListBoxItemsProperty
Identifies the FilterListBoxItems dependency property.
Declaration
public static readonly DependencyProperty FilterListBoxItemsProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the FilterListBoxItems dependency property. |
IsHyperlinkCellProperty
Identifies the IsHyperlinkCell dependency property.
Declaration
public static readonly DependencyProperty IsHyperlinkCellProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the IsHyperlinkCell dependency property. |
SortingIndicatorProperty
Identifies the SortingIndicator dependency property.
Declaration
public static readonly DependencyProperty SortingIndicatorProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the SortingIndicator dependency property. |
ToolTipEnabledProperty
Identifies the ToolTipEnabled dependency property.
Declaration
public static readonly DependencyProperty ToolTipEnabledProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty | The identifier for the ToolTipEnabled dependency property. |
Properties
AllCheckBox
Gets or sets the checkbox instance of "All" in filter pop-up.
Declaration
public CheckBox AllCheckBox { get; set; }
Property Value
Type |
---|
System.Windows.Controls.CheckBox |
CellIdentity
Gets or sets the identity information such as row and column index for the current cell.
Declaration
public PivotGridStyleInfoIdentity CellIdentity { get; set; }
Property Value
Type |
---|
PivotGridStyleInfoIdentity |
CellText
Gets or sets the sortable header cell content.
Declaration
public UIElement CellText { get; set; }
Property Value
Type |
---|
System.Windows.UIElement |
FilterListBoxItems
Gets or sets the filter items.
Declaration
public List<FilterChoice> FilterListBoxItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FilterChoice> |
GridControlBase
Gets or sets the GridControlBase that shares the basic characteristics of Grid.
Declaration
public PivotGridControlBase GridControlBase { get; set; }
Property Value
Type |
---|
PivotGridControlBase |
IsHyperlinkCell
Gets or sets a value to indicate whether the Grid cell is hyperlink or not.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotCellInfo
Gets or sets the PivotGrid cell information.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |
SortingIndicator
Gets or sets the sort order indication.
Declaration
public Visibility SortingIndicator { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |
StyleInfo
Gets or sets the style related information of the header cell, applied with sorting.
Declaration
public GridStyleInfo StyleInfo { get; set; }
Property Value
Type |
---|
GridStyleInfo |
Text
Gets or sets the text of the header cell.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
ToolTipEnabled
Gets or sets a value to enable/disable tooltip.
Declaration
public bool ToolTipEnabled { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
GetContextMenu()
Gets the context menu on sortable header cell.
Declaration
public ContextMenu GetContextMenu()
Returns
Type | Description |
---|---|
System.Windows.Controls.ContextMenu | context menu. |
OnApplyTemplate()
When overridden in a derived class, it is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()