GridViewCommandColumnCustomButtonCollection.Item[String] Property
Returns the button with the specified ID or caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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