GridViewProperties.Toolbars Property
In This Article
Manipulates the built-in ASPxGridView’s ASPxGridView.Toolbars property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public GridViewToolbarCollection Toolbars { get; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
null | A Grid |
See Also