Class CubeDimensionBrowser
Displays the dimensions and measures from the selected cube in a tree.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class CubeDimensionBrowser : SfTreeGrid, IDisposable
Constructors
CubeDimensionBrowser()
Initializes a new instance of the CubeDimensionBrowser class.
Declaration
public CubeDimensionBrowser()
Fields
OlapDataManagerProperty
Identifies the OlapDataManager dependency property.
Declaration
public static DependencyProperty OlapDataManagerProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SearchBoxVisibilityProperty
Identifies the SearchBoxVisibility dependency property.
Declaration
public static DependencyProperty SearchBoxVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
AddToColumnCommand
Represents the add item to column command
Declaration
public DelegateCommand AddToColumnCommand { get; set; }
Property Value
Type |
---|
DelegateCommand |
AddToFilterCommand
Represents the add item to to filter command
Declaration
public DelegateCommand AddToFilterCommand { get; set; }
Property Value
Type |
---|
DelegateCommand |
AddToRowCommand
Represents the add item to row command
Declaration
public DelegateCommand AddToRowCommand { get; set; }
Property Value
Type |
---|
DelegateCommand |
DragDropManager
Gets or sets the drag and drop manager.
Declaration
public DragDropManager DragDropManager { get; set; }
Property Value
Type |
---|
DragDropManager |
ExcludedDimensions
Gets or sets the removed dimensions.
Declaration
public DimensionCollection ExcludedDimensions { get; set; }
Property Value
Type |
---|
DimensionCollection |
ExcludedElements
Gets or sets the removed measures and dimensions.
Declaration
public List<string> ExcludedElements { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
Items
Gets or sets the collection of items available in cube dimension browser.
Declaration
public MetaTreeNodeCollection Items { get; }
Property Value
Type |
---|
MetaTreeNodeCollection |
MeasureSortOrder
Gets or sets the order of sorting measures in cube dimension browser.
Declaration
public SortCubeMeasureOrder MeasureSortOrder { get; set; }
Property Value
Type |
---|
SortCubeMeasureOrder |
OlapDataManager
Gets or sets the OLAP data manager.
Declaration
public OlapDataManager OlapDataManager { get; set; }
Property Value
Type |
---|
OlapDataManager |
SearchBoxVisibility
Gets or sets the visibility of search box.
Declaration
public Visibility SearchBoxVisibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
Methods
add_MeasureGroupCaptionUpdating(MeasureGroupCaptionUpdatingHandler)
Declaration
public void add_MeasureGroupCaptionUpdating(MeasureGroupCaptionUpdatingHandler value)
Parameters
Type | Name | Description |
---|---|---|
MeasureGroupCaptionUpdatingHandler | value |
MeasureOverride(Size)
Determines the desired size of the UI.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | constraint |
Returns
Type |
---|
Windows.Foundation.Size |
Overrides
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Overrides
remove_MeasureGroupCaptionUpdating(MeasureGroupCaptionUpdatingHandler)
Declaration
public void remove_MeasureGroupCaptionUpdating(MeasureGroupCaptionUpdatingHandler value)
Parameters
Type | Name | Description |
---|---|---|
MeasureGroupCaptionUpdatingHandler | value |
Events
MeasureGroupCaptionUpdating
Occurs when the caption for measure group node is updated.
Declaration
public event MeasureGroupCaptionUpdatingHandler MeasureGroupCaptionUpdating
Event Type
Type |
---|
MeasureGroupCaptionUpdatingHandler |