UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PageSetupDialog - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PageSetupDialog

    An empty page that can be used on its own or navigated to within a Frame.

    Inheritance
    System.Object
    PageSetupDialog
    Namespace: Syncfusion.UI.Xaml.PivotShared
    Assembly: Syncfusion.SfPivotShared.UWP.dll
    Syntax
    public class PageSetupDialog : Control

    Constructors

    PageSetupDialog()

    Initializes a new instance of the PageSetupDialog class.

    Declaration
    public PageSetupDialog()

    Fields

    DisplayModeProperty

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

    Declaration
    public static DependencyProperty DisplayModeProperty
    Field Value
    Type Description
    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 Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    OlapDataManager

    Gets or sets the OLAP data manager which manages OLAP data source.

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

    PagerDisplayMode

    Gets or sets the value to display the pager based on the mode.

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

    Methods

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

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