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()