Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.CommandMenu.Config Class Reference

More...

Inheritance diagram for Ext.Net.CommandMenu.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator CommandMenu.Builder (CommandMenu.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

MenuCommandCollection Items [get]
 
virtual bool Shared [get, set]
 
virtual bool EnableScrolling [get, set]
 Whenever a menu gets so long that the items won't fit the viewable area, it provides the user with an easy UI to scroll the menu. More...
 
virtual int MinWidth [get, set]
 The minimum width of the menu in pixels (defaults to 120). More...
 
virtual int MaxHeight [get, set]
 The maximum height of the menu. Only applies when enableScrolling is set to True (defaults to null). More...
 
virtual int ScrollIncrement [get, set]
 The amount to scroll the menu. Only applies when enableScrolling is set to True (defaults to 24). More...
 
virtual bool ShowSeparator [get, set]
 True to show the icon separator. (defaults to true). More...
 
virtual ShadowMode Shadow [get, set]
 True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "sides") More...
 
virtual string SubMenuAlign [get, set]
 The Ext.Element.alignTo anchor position value to use for submenus of this menu (defaults to "tl-tr?") More...
 
virtual bool IgnoreParentClicks [get, set]
 True to ignore clicks on any item in this menu that is a parent item (displays a submenu) so that the submenu is not dismissed when clicking the parent item (defaults to false). More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator CommandMenu.Builder()

static implicit Ext.Net.CommandMenu.Config.operator CommandMenu.Builder ( CommandMenu.Config  config)
inlinestatic

Property Documentation

◆ EnableScrolling

virtual bool Ext.Net.CommandMenu.Config.EnableScrolling
getset

Whenever a menu gets so long that the items won't fit the viewable area, it provides the user with an easy UI to scroll the menu.

◆ IgnoreParentClicks

virtual bool Ext.Net.CommandMenu.Config.IgnoreParentClicks
getset

True to ignore clicks on any item in this menu that is a parent item (displays a submenu) so that the submenu is not dismissed when clicking the parent item (defaults to false).

◆ Items

MenuCommandCollection Ext.Net.CommandMenu.Config.Items
get

◆ MaxHeight

virtual int Ext.Net.CommandMenu.Config.MaxHeight
getset

The maximum height of the menu. Only applies when enableScrolling is set to True (defaults to null).

◆ MinWidth

virtual int Ext.Net.CommandMenu.Config.MinWidth
getset

The minimum width of the menu in pixels (defaults to 120).

◆ ScrollIncrement

virtual int Ext.Net.CommandMenu.Config.ScrollIncrement
getset

The amount to scroll the menu. Only applies when enableScrolling is set to True (defaults to 24).

◆ Shadow

virtual ShadowMode Ext.Net.CommandMenu.Config.Shadow
getset

True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "sides")

◆ Shared

virtual bool Ext.Net.CommandMenu.Config.Shared
getset

◆ ShowSeparator

virtual bool Ext.Net.CommandMenu.Config.ShowSeparator
getset

True to show the icon separator. (defaults to true).

◆ SubMenuAlign

virtual string Ext.Net.CommandMenu.Config.SubMenuAlign
getset

The Ext.Element.alignTo anchor position value to use for submenus of this menu (defaults to "tl-tr?")


The documentation for this class was generated from the following file: