CardViewCustomCommandButtonCollection.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 CardViewCustomCommandButton this[string ID_Text] { get; }
#Parameters
Name | Type | Description |
---|---|---|
ID_Text | String | A String value that specifies the button’s ID or text. |
#Property Value
Type | Description |
---|---|
Card |
A Card |
See Also