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 |
---|
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
OlapDataManager
Gets or sets the OLAP data manager which manages OLAP data source.
Declaration
public OlapDataManager OlapDataManager { get; set; }
Property Value
Type |
---|
OlapDataManager |
PagerDisplayMode
Gets or sets the value to display the pager based on the mode.
Declaration
public PagerDisplayMode PagerDisplayMode { get; set; }
Property Value
Type |
---|
PagerDisplayMode |
Methods
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()