Skip to main content

BootstrapGridViewToolbarBuilder Members

A base class for the Grid View’s toolbar.

Methods

Name Description
CssClass(String) Sets the name of a CSS class applied to the toolbar element.
Enabled(Boolean) Sets a value that indicates whether the toolbar is enabled, allowing the toolbar to respond to end-user interactions.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Items(Action<BootstrapGridViewToolbarItemCollectionBuilder>) The collection of items within the toolbar and provides indexed access to them.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Sets the toolbar’s unique identifier name.
Position(GridToolbarPosition) Sets the toolbar position.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(Boolean) Sets a value specifying the visibility of the toolbar.
See Also