Back to Devexpress

VerticalGridToolbarItemCollection.FindByText(String) Method

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

latest1.8 KB
Original Source

VerticalGridToolbarItemCollection.FindByText(String) Method

Returns a toolbar item with the specified text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridToolbarItem FindByText(
    string text
)
vb
Public Function FindByText(
    text As String
) As VerticalGridToolbarItem

Parameters

NameTypeDescription
textString

A String value that is the MenuItem.Text property value of the required toolbar item.

|

Returns

TypeDescription
VerticalGridToolbarItem

A VerticalGridToolbarItem object with a specific value of the Text property.

|

Remarks

Use this method to obtain a toolbar item specified by a display text assigned to its MenuItem.Text property.

See Also

Vertical Grid Toolbars

VerticalGridToolbarItemCollection Class

VerticalGridToolbarItemCollection Members

DevExpress.Web Namespace