WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchySelector - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HierarchySelector

    Interaction logic for AttributeSelector.xaml

    Inheritance
    System.Object
    ChromelessWindow
    HierarchySelector
    Implements
    System.Windows.Markup.IComponentConnector
    Inherited Members
    ChromelessWindow.CloseWindow
    ChromelessWindow.ToggleMaximizedState
    ChromelessWindow.ToggleMinimizedState
    ChromelessWindow.TitleTextAlignmentProperty
    ChromelessWindow.IconAlignmentProperty
    ChromelessWindow.ResizeGripStyleProperty
    ChromelessWindow.ShowMaximizeButtonProperty
    ChromelessWindow.ShowMinimizeButtonProperty
    ChromelessWindow.UseNativeChromeProperty
    ChromelessWindow.TitleBarTemplateProperty
    ChromelessWindow.MaximizeButtonTemplateProperty
    ChromelessWindow.MinimizeButtonTemplateProperty
    ChromelessWindow.RestoreButtonTemplateProperty
    ChromelessWindow.CloseButtonTemplateProperty
    ChromelessWindow.LeftHeaderItemsSourceProperty
    ChromelessWindow.RightHeaderItemsSourceProperty
    ChromelessWindow.LeftHeaderItemTemplateProperty
    ChromelessWindow.RightHeaderItemTemplateProperty
    ChromelessWindow.ResizeBorderBrushProperty
    ChromelessWindow.TitleBarBackgroundProperty
    ChromelessWindow.TitleBarHeightProperty
    ChromelessWindow.TitleFontSizeProperty
    ChromelessWindow.TitleBarForegroundProperty
    ChromelessWindow.NavigationBarBackgroundProperty
    ChromelessWindow.WindowContentAreaBorderBrushProperty
    ChromelessWindow.ResizeBorderThicknessProperty
    ChromelessWindow.WindowCornerRadiusProperty
    ChromelessWindow.CornerRadiusProperty
    ChromelessWindow.ShowIconProperty
    ChromelessWindow.ShowTitleProperty
    ChromelessWindow.HideTaskBarProperty
    ChromelessWindow.OnIsGlassActiveChanged(DependencyPropertyChangedEventArgs)
    ChromelessWindow.SystemButtonsUpdate()
    ChromelessWindow.OnMouseUp(MouseButtonEventArgs)
    ChromelessWindow.OnMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnMouseDown(MouseButtonEventArgs)
    ChromelessWindow.OnApplyTemplate()
    ChromelessWindow.OnSourceInitialized(EventArgs)
    ChromelessWindow.ArrangeOverride(Size)
    ChromelessWindow.MeasureOverride(Size)
    ChromelessWindow.OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
    ChromelessWindow.OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
    ChromelessWindow.OnMouseMove(MouseEventArgs)
    ChromelessWindow.OnPreviewMouseMove(MouseEventArgs)
    ChromelessWindow.ResizeBorderBrush
    ChromelessWindow.TitleBarBackground
    ChromelessWindow.TitleBarHeight
    ChromelessWindow.TitleFontSize
    ChromelessWindow.TitleBarForeground
    ChromelessWindow.NavigationBarBackground
    ChromelessWindow.WindowContentAreaBorderBrush
    ChromelessWindow.ResizeBorderThickness
    ChromelessWindow.TitleBarTemplate
    ChromelessWindow.MaximizeButtonTemplate
    ChromelessWindow.MinimizeButtonTemplate
    ChromelessWindow.RestoreButtonTemplate
    ChromelessWindow.CloseButtonTemplate
    ChromelessWindow.TitleBar
    ChromelessWindow.TitleTextAlignment
    ChromelessWindow.IconAlignment
    ChromelessWindow.CornerRadius
    ChromelessWindow.ShowIcon
    ChromelessWindow.ShowTitle
    ChromelessWindow.LeftHeaderItemsSource
    ChromelessWindow.RightHeaderItemsSource
    ChromelessWindow.LeftHeaderItemTemplate
    ChromelessWindow.RightHeaderItemTemplate
    ChromelessWindow.ResizeGripStyle
    ChromelessWindow.UseNativeChrome
    ChromelessWindow.ShowMaximizeButton
    ChromelessWindow.ShowMinimizeButton
    ChromelessWindow.HideTaskBar
    ChromelessWindow.IsGlassActiveChanged
    ChromelessWindow.ReSizeGripMouseEvent
    Namespace: Syncfusion.Windows.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class HierarchySelector : ChromelessWindow, IComponentConnector

    Constructors

    HierarchySelector(OlapDataManager, PivotCellDescriptor)

    Initializes the HierarchySelector class.

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

    The OlapDataManager.

    PivotCellDescriptor cellDescriptor

    The PivotCellDescriptor.

    Fields

    IsCancel

    Gets or sets a value indicating whether the cancel button is clicked.

    Declaration
    public bool IsCancel
    Field Value
    Type Description
    System.Boolean

    IsOK

    Gets or sets a value indicating whether the OK button is clicked.

    Declaration
    public bool IsOK
    Field Value
    Type Description
    System.Boolean

    IsSkip

    Gets or sets a value indicating whether the skip button is clicked.

    Declaration
    public bool IsSkip
    Field Value
    Type Description
    System.Boolean

    Properties

    CellDescriptor

    Gets or sets the associated PivotCellDescriptor for each Cell

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

    DrillThroughHierarchies

    Gets or sets the associated query of dragged hierarchies.

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

    OlapDataManager

    Gets or sets the cube model.

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

    Holds the OlapDataManager

    Methods

    BuildDrillThroughHierarchies()

    Build the query from dragged hierarchies.

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

    The selected hierarchies.

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Invoked whenever the effective value of any dependency property on this object has been updated.

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values.

    Overrides
    ChromelessWindow.OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved