VerticalGridCommandRowCustomButtonCollection.Item[String] Property
Returns the button with the specified ID or caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
IDorText | String | A String value that specifies the button’s ID or text. |
Property Value
Type | Description |
---|---|
VerticalGridCommandRowCustomButton | A VerticalGridCommandRowCustomButton 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