GridToolbar.Name Property
Gets or sets the toolbar's unique identifier name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(null)]
public string Name { get; set; }
<DefaultValue(Nothing)>
Public Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
A String value that specifies the toolbar's unique identifier name. |
See Also
Feedback