menu

UWP

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

    Show / Hide Table of Contents

    Class CubeSelector

    Represents the class for maintianing the cubes as list.

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

    Constructors

    CubeSelector()

    Initializes a new instance of the CubeSelector class.

    Declaration
    public CubeSelector()

    Fields

    CubesProperty

    Using a DependencyProperty as the backing store for Cubes. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty CubesProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    OlapDataManagerProperty

    Using a DependencyProperty as the backing store for OlapDataManager. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty OlapDataManagerProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Cubes

    Gets or sets the collection of cubes available.

    Declaration
    public CubeInfoCollection Cubes { get; set; }
    Property Value
    Type
    CubeInfoCollection

    OlapDataManager

    Gets or sets the OLAP data manager.

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

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    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