Back to Devexpress

GridToolbar.Name Property

aspnet-devexpress-dot-web-dot-gridtoolbar-8124f481.md

latest1.0 KB
Original Source

GridToolbar.Name Property

Gets or sets the toolbar’s unique identifier name.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public string Name { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Name As String

Property Value

TypeDefaultDescription
Stringnull

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

|

See Also

GridToolbar Class

GridToolbar Members

DevExpress.Web Namespace