menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IBackstageViewItem - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved