Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseMenuItemGroup Members

BaseMenuItemGroup overview

Public Instance Properties

Bindings (inherited from NavigationItemGroup) Gets the collection of bindings that map fields or properties of the data source to item properties.
CausesValidation (inherited from NavigationItemGroup) Gets or sets the default setting of whether clicking an item in this group causes validation to be performed on any controls that require validation.
DataFields (inherited from NavigationItemGroup) Specifies a list of fields used during data binding when binding to an ADO.NET data object. Use '|' to separate multiple fields.
DataSource (inherited from NavigationItemGroup) Gets or sets a data source used to populate items.
DefaultItemLookID (inherited from NavigationItemGroup) Gets or sets the default look ID that the items of this group will use to apply appearance settings.
Height (inherited from NavigationItemGroup) Gets and sets the height (in pixel) of the group.
ItemSpacing (inherited from NavigationItemGroup) Gets or sets the space (in pixel) between each items in this group.
LeftIconCellWidth Gets or sets the width reserved for left icon cell during runtime if left icon is not specified.
Orientation Gets or sets the orientation (horizontal or vertical) of the group.
RaisesServerEvent (inherited from NavigationItemGroup) Gets or sets a value indicating whether the server side event should be raised when an item in this group is clicked.
RightIconCellWidth Gets or sets the width reserved for right icon cell during runtime if right icon is not specified.
SideImage Gets or sets an image URL string that is displayed on the left side of the entire group.
Style (inherited from NavigationItemGroup) Gets the ElementStyle object that controls the appearance of the group.
Width (inherited from NavigationItemGroup) Gets and sets the width (in pixel) of the group.

Public Instance Methods

DataBind (inherited from NavigationItemGroup) Populate items from a data source.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

BaseMenuItemGroup Class | EO.Web Namespace


Direct link to this topic