Back to Devexpress

VerticalGridToolbarItemCollection.FindByName(String) Method

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

latest1.9 KB
Original Source

VerticalGridToolbarItemCollection.FindByName(String) Method

Returns an item object with the specified MenuItem.Name property value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
nameString

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

|

Returns

TypeDescription
VerticalGridToolbarItem

A VerticalGridToolbarItem object that is the ASPxVerticalGrid toolbar item.

|

Remarks

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

See Also

Vertical Grid Toolbars

VerticalGridToolbarItemCollection Class

VerticalGridToolbarItemCollection Members

DevExpress.Web Namespace