Class SfRibbonPage
Represents class for RibbonPage
Inheritance
System.Object
SfRibbonPage
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonPage : ContentControl, IDisposable
Constructors
SfRibbonPage()
Initializes a new instance of the SfRibbonPage class
Declaration
public SfRibbonPage()
Fields
BackStageProperty
Using a DependencyProperty as the backing store for BackStage. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BackStageProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
BackStage
Gets or sets the BackStage.
Declaration
[ClassReference(IsReviewed = false)]
public SfBackstage BackStage { get; set; }
Property Value
Type | Description |
---|---|
SfBackstage | The default value is null. |
Methods
Dispose()
dispose method
Declaration
public void Dispose()
Dispose(Boolean)
Method for dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | disposing parameter |
OnApplyTemplate()
Initializes all the child elements
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable