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

More...

Inheritance diagram for Ext.Net.CommandMenu:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Config
 

Public Member Functions

 CommandMenu ()
 
CommandMenu.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 CommandMenu (Config config)
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 

Static Public Member Functions

static implicit operator CommandMenu (CommandMenu.Config config)
 

Properties

virtual 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...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ CommandMenu() [1/2]

Ext.Net.CommandMenu.CommandMenu ( )
inline

◆ CommandMenu() [2/2]

Ext.Net.CommandMenu.CommandMenu ( Config  config)
inline

Member Function Documentation

◆ operator CommandMenu()

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

◆ ToBuilder()

CommandMenu.Builder Ext.Net.CommandMenu.ToBuilder ( )
inline

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.CommandMenu.ToNativeBuilder ( )
inlinevirtual

Reimplemented from Ext.Net.BaseItem.

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.CommandMenu.ConfigOptions
get

◆ EnableScrolling

virtual bool Ext.Net.CommandMenu.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.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

virtual MenuCommandCollection Ext.Net.CommandMenu.Items
get

◆ MaxHeight

virtual int Ext.Net.CommandMenu.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.MinWidth
getset

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

◆ ScrollIncrement

virtual int Ext.Net.CommandMenu.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.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.Shared
getset

◆ ShowSeparator

virtual bool Ext.Net.CommandMenu.ShowSeparator
getset

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

◆ SubMenuAlign

virtual string Ext.Net.CommandMenu.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 files: