Back to Devexpress

VerticalGridToolbarCollection.FindByName(String) Method

aspnet-devexpress-dot-web-dot-verticalgridtoolbarcollection-dot-findbyname-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

VerticalGridToolbarCollection.FindByName(String) Method

Returns a toolbar object with the specified MenuItem.Name property value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridToolbar FindByName(
    string name
)
vb
Public Function FindByName(
    name As String
) As VerticalGridToolbar

Parameters

NameTypeDescription
nameString

A String value representing the MenuItem.Name property value of the required toolbar.

|

Returns

TypeDescription
VerticalGridToolbar

A VerticalGridToolbar object that is the ASPxVerticalGrid toolbar.

|

Remarks

Use this method to obtain a toolbar specified by a unique name assigned to its MenuItem.Name property.

See Also

Vertical Grid Toolbars

VerticalGridToolbarCollection Class

VerticalGridToolbarCollection Members

DevExpress.Web Namespace