VerticalGridCommandRowCustomButtonCollection.Item[String] Property
In This Article
Returns the button with the specified ID or caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridCommandRowCustomButton this[string IDorText] { get; }
#Parameters
Name | Type | Description |
---|---|---|
IDor |
String | A String value that specifies the button’s ID or text. |
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
See Also