Skip to main content
All docs
V23.2

ToolbarItem.Name Property

Specifies the item’s name. The property is not in use.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public string Name { get; set; }

Property Value

Type Description
String

Returns null for built-in toolbar items.

Implements

See Also