Skip to main content
A newer version of this page is available. .
Tab

GridViewProperties.Toolbars Property

Manipulates the built-in ASPxGridView’s ASPxGridView.Toolbars property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public GridViewToolbarCollection Toolbars { get; }

Property Value

Type Default Description
GridViewToolbarCollection *null*

A GridViewToolbarCollection object that can be used to add, delete and access individual toolbars and perform other common collection management tasks.

See Also