WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotSortHeaderCell

    Show / Hide Table of Contents

    Class PivotSortHeaderCell

    Class that holds members of the sortable header cell.

    Inheritance
    System.Object
    PivotSortHeaderCell
    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 Description
    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 Description
    PivotGridStyleInfoIdentity

    CellText

    Gets or sets the sortable header cell content.

    Declaration
    public UIElement CellText { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    FilterListBoxItems

    Gets or sets the filter items.

    Declaration
    public List<FilterChoice> FilterListBoxItems { get; set; }
    Property Value
    Type Description
    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 Description
    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 Description
    System.Boolean

    PivotCellInfo

    Gets or sets the PivotGrid cell information.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo

    SortingIndicator

    Gets or sets the sort order indication.

    Declaration
    public Visibility SortingIndicator { get; set; }
    Property Value
    Type Description
    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 Description
    GridStyleInfo

    Text

    Gets or sets the text of the header cell.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    ToolTipEnabled

    Gets or sets a value to enable/disable tooltip.

    Declaration
    public bool ToolTipEnabled { get; set; }
    Property Value
    Type Description
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved