Skip to main content
Tab

GridViewProperties.Toolbars Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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