Back to Devexpress

GridViewToolbar Members

aspnet-devexpress-dot-web-dot-gridviewtoolbar-dot-underscore-members.md

latest4.4 KB
Original Source

GridViewToolbar Members

A base class for the Grid View’s toolbar.

Constructors

NameDescription
GridViewToolbar()Initializes a new instance of the GridViewToolbar class with default settings.

Properties

NameDescription
CollectionGets the collection to which an item belongs. Inherited from CollectionItem.
EnabledGets or sets a value that indicates whether the toolbar is enabled, allowing the toolbar to respond to end-user interactions. Inherited from GridToolbar.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
ItemAlignGets or sets the toolbar item alignment. Inherited from GridToolbar.
ItemsGets the collection of items within the toolbar and provides indexed access to them.
NameGets or sets the toolbar’s unique identifier name. Inherited from GridToolbar.
PositionGets or sets the toolbar position. Inherited from GridToolbar.
SettingsAdaptivityProvides access to the grid toolbar’s adaptivity settings. Inherited from GridToolbar.
VisibleGets or sets a value specifying the visibility of the toolbar. Inherited from GridToolbar.

Methods

NameDescription
Assign(CollectionItem)Copies the public properties from the specified object to the current one. Inherited from GridToolbar.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from CollectionItem.

See Also

GridViewToolbar Class

DevExpress.Web Namespace