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

NavigationItemGroup Members

NavigationItemGroup overview

Public Instance Properties

Bindings Gets the collection of bindings that map fields or properties of the data source to item properties.
CausesValidation 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 Specifies a list of fields used during data binding when binding to an ADO.NET data object. Use '|' to separate multiple fields.
DataSource Gets or sets a data source used to populate items.
DefaultItemLookID Gets or sets the default look ID that the items of this group will use to apply appearance settings.
Height Gets and sets the height (in pixel) of the group.
ItemSpacing Gets or sets the space (in pixel) between each items in this group.
RaisesServerEvent Gets or sets a value indicating whether the server side event should be raised when an item in this group is clicked.
Style Gets the ElementStyle object that controls the appearance of the group.
Width Gets and sets the width (in pixel) of the group.

Public Instance Methods

DataBind 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

NavigationItemGroup Class | EO.Web Namespace


Direct link to this topic