Skip to main content
A newer version of this page is available. .
Tab

CardViewCustomCommandButtonCollection.Item[String] Property

Returns the button with the specified ID or caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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
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