Version

DataMenuGroupSettings Class Properties

For a list of all members of this type, see DataMenuGroupSettings members.

Public Properties
 NameDescription
Public PropertyAnimationDurationThe duration of animation effect in milliseconds.  
Public PropertyAnimationEquationTypeEquation type to use for the animation.  
Public PropertyAnimationTypeRepresents animation type to use.  
Public PropertyEnableAnimationWhether to use animation or not.  
Public PropertyExpandDirectionWhich direction to expand to. Defaults to Auto  
Public PropertyHeightHeight for the Menu or SubMenu group. Explicit set. Can use "px" or "%"  
Public PropertyIsEmptyChecks if all properties have default values.  
Public PropertyOffsetXOffset X appearance in pixels for the menu or sub-menu Group  
Public PropertyOffsetYOffset Y appearance in pixels for the menu or sub-menu Group  
Public PropertyOrientationOrientation for the Menu or SubMenu group. Vertical or Horizontal. Defaults Vertical  
Public PropertyWidthWidth for the Menu or SubMenu group. Explicit set. Can use "px" or "%"  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. Returns the total number of properties on the object that should go to the client.. This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class. If you are deriving from this object and need to add additional client properties, you must override this property.  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also