Skip to main content
Tab

GridToolbar.Name Property

Gets or sets the toolbar’s unique identifier name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(null)]
public string Name { get; set; }

#Property Value

Type Default Description
String null

A String value that specifies the toolbar’s unique identifier name.

See Also