menu

WinUI

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

    Show / Hide Table of Contents

    Class RibbonOverflowMenuGroup

    Represents a group of RibbonMenuFlyoutItem's in overflow buttons.

    Inheritance
    System.Object
    RibbonOverflowMenuGroup
    Namespace: Syncfusion.UI.Xaml.Ribbon
    Assembly: Syncfusion.Ribbon.WinUI.dll
    Syntax
    public class RibbonOverflowMenuGroup : ItemsControl

    Constructors

    RibbonOverflowMenuGroup()

    Initializes a new instance of the RibbonOverflowMenuGroup class.

    Declaration
    public RibbonOverflowMenuGroup()

    Fields

    TitleProperty

    Identifies the Title dependency property.

    Declaration
    public static readonly DependencyProperty TitleProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    Title

    Gets or sets the text that displays as a title at the top of the RibbonOverflowMenuGroup control.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    The text that displays the title of the RibbonOverflowMenuGroup control. The default value is an empty string.

    Methods

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved