Class SfBackstage
Represents class for BackStage
Inheritance
System.Object
SfBackstage
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfBackstage : ItemsControl, IDisposable
Constructors
SfBackstage()
Initializes a new instance of the SfBackstage class.
Declaration
public SfBackstage()
Fields
SelectedItemProperty
Using a DependencyProperty as the backing store for SelectedItem. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
SelectedItem
Gets or sets the SelectedItem.
Declaration
[ClassReference(IsReviewed = false)]
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null. |
Methods
Dispose()
Method for Dispose
Declaration
public void Dispose()
Dispose(Boolean)
Method for the dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | item disposing |
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Windows.UI.Xaml.DependencyObject | returns the dependency object |
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | object item |
Returns
Type | Description |
---|---|
System.Boolean | returns boolean value |
OnApplyTemplate()
Initializes all the child elements of the BackStage
Declaration
protected override void OnApplyTemplate()
PrepareContainerForItemOverride(DependencyObject, Object)
Arranges the container for over ride items
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | element | dependency object element |
System.Object | item | object item |
Implements
System.IDisposable