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