CardViewCustomCommandButton Class
Represents a custom command button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members 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.
Inheritance
Object
StateManager
CollectionItem
GridCustomCommandButton
CardViewCustomCommandButton
See Also