A newer version of this page is available.
Switch to the current version.
CardViewCustomCommandButton Class
Represents a custom command button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Related API Members
The following members accept/return CardViewCustomCommandButton objects:
Remarks
Command columns can display custom buttons. These buttons are stored within the CardViewCommandLayoutItem.CustomButtons collection.
Custom buttons are represented by the CardViewCustomCommandButton objects. The button’s text and image are specified by the GridCommandButtonSettings.Text and GridCommandButtonSettings.Image properties, respectively. A button’s identifier can be specified by the GridCustomCommandButton.ID property.
To learn more, see How to: Create a Custom Command Button.