menu

WinForms

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

    Show / Hide Table of Contents

    Class XPMenuGridFactory

    Inheritance
    System.Object
    XPMenuGridFactory
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class XPMenuGridFactory

    Constructors

    XPMenuGridFactory()

    Declaration
    public XPMenuGridFactory()

    Properties

    MenuGridType

    Gets / sets a custom type representing the drop-down menus.

    Declaration
    public static Type MenuGridType { get; set; }
    Property Value
    Type Description
    System.Type

    A type deriving from MenuGrid. Default is null.

    Remarks

    Specify null to make the framework use the default type.

    Methods

    GetMenuGridToDeploy()

    Declaration
    public static MenuGrid GetMenuGridToDeploy()
    Returns
    Type
    MenuGrid

    InitMenus()

    Initializes menus for faster dropdown-the first time.

    Declaration
    public static void InitMenus()

    ReleaseAllGrids()

    Declaration
    public static void ReleaseAllGrids()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved