menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchySelector - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HierarchySelector

    An interaction logic for HierarchySelector.

    Inheritance
    System.Object
    HierarchySelector
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public class HierarchySelector : Control, IDisposable

    Constructors

    HierarchySelector()

    Initializes a new instance of the HierarchySelector class.

    Declaration
    public HierarchySelector()

    HierarchySelector(PivotCellDescriptor, OlapDataManager)

    Initializes a new instance of the HierarchySelector class.

    Declaration
    public HierarchySelector(PivotCellDescriptor cellDescriptor, OlapDataManager dataManager)
    Parameters
    Type Name Description
    PivotCellDescriptor cellDescriptor

    The cell descriptor.

    OlapDataManager dataManager

    The OlapDataManger.

    Properties

    CellDescriptor

    Gets or sets the pivot cell descriptor for each Cell.

    Declaration
    public PivotCellDescriptor CellDescriptor { get; set; }
    Property Value
    Type
    PivotCellDescriptor

    DragDropManager

    Gets or sets the drag drop manager.

    Declaration
    public DragDropManager DragDropManager { get; set; }
    Property Value
    Type
    DragDropManager

    DrillThroughHierarchies

    Gets or sets the associated query of dragged hierarchies.

    Declaration
    public string DrillThroughHierarchies { get; set; }
    Property Value
    Type
    System.String

    OlapDataManager

    Gets or sets the OLAP data manager which manages OLAP data source.

    Declaration
    public OlapDataManager OlapDataManager { get; set; }
    Property Value
    Type
    OlapDataManager

    Methods

    BuildDrillThroughHierarchies()

    Build the drill through hierarchies.

    Declaration
    public string BuildDrillThroughHierarchies()
    Returns
    Type Description
    System.String

    The selected hierarchies.

    Dispose()

    Dispose the unwanted objects and detached the associated event.

    Declaration
    public void Dispose()

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved