menu

UWP

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

    Show / Hide Table of Contents

    Class SplitButton

    Represents the split button that displays the node of measure or member.

    Inheritance
    System.Object
    SplitButton
    Namespace: Syncfusion.UI.Xaml.PivotClient
    Assembly: Syncfusion.SfPivotClient.UWP.dll
    Syntax
    public class SplitButton : Control

    Constructors

    SplitButton()

    Initializes a new instance of the SplitButton class.

    Declaration
    public SplitButton()

    Fields

    DropDownButtonVisibilityProperty

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

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

    FilterIconVisibilityProperty

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

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

    MetaTreeNodeProperty

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

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

    ParentElementProperty

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

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

    Properties

    DropDownButtonVisibility

    Gets or sets the visibility of drop down button available in split button.

    Declaration
    public Visibility DropDownButtonVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    FilterIconVisibility

    Gets or sets the visibility of FilterIcon available in split button.

    Declaration
    public Visibility FilterIconVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    MetaTreeNode

    Gets or sets the node that is to be displayed in the split button.

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

    OlapDataManager

    Gets or sets the OLAP data manager.

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

    ParentElement

    Gets or sets the parent axis element builder.

    Declaration
    public AxisElementBuilder ParentElement { get; set; }
    Property Value
    Type
    AxisElementBuilder

    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()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Called before the Windows.UI.Xaml.UIElement.DoubleTappedEvent event occurs.

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e

    Event data for the event.

    OnHolding(HoldingRoutedEventArgs)

    Called before the Windows.UI.Xaml.UIElement.Holding event occurs.

    Declaration
    protected override void OnHolding(HoldingRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.HoldingRoutedEventArgs e

    Event data for the event.

    OnRightTapped(RightTappedRoutedEventArgs)

    Called before the Windows.UI.Xaml.UIElement.RightTappedEvent event occurs.

    Declaration
    protected override void OnRightTapped(RightTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.RightTappedRoutedEventArgs e

    Event data for the event.

    Extension Methods

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