Skip to main content
A newer version of this page is available. .
Tab

GridViewCommandColumnCustomButtonCollection.Item[String] Property

Returns the button with the specified ID or caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCommandColumnCustomButton this[string IDorText] { get; }

Parameters

Name Type Description
IDorText String

A String value that specifies the button’s ID or text.

Property Value

Type Description
GridViewCommandColumnCustomButton

A GridViewCommandColumnCustomButton object that represents the custom button with the specified ID or text. null (Nothing in Visual Basic) if the button was not found.

See Also