Interface IBackstageViewItem
Provides the functionality to offer the common attributes to the BackstageView items.
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public interface IBackstageViewItem
Remarks
When a backstage view items implements the IBackstageViewItem interface, the underlying properties can be used directly.
Properties
Header
Gets or sets the content for the IBackstageViewItem's header.
Declaration
object Header { get; set; }
Property Value
Type |
---|
System.Object |
Icon
Gets or sets an icon that appears in a IBackstageViewItem.
Declaration
IconElement Icon { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Controls.IconElement |