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