aspnet-devexpress-dot-web-38c761c2.md
Represents a custom command button.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewCustomCommandButton :
GridCustomCommandButton
Public Class CardViewCustomCommandButton
Inherits GridCustomCommandButton
The following members return CardViewCustomCommandButton objects:
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.
Object StateManager CollectionItem GridCustomCommandButton CardViewCustomCommandButton BootstrapCardViewCustomCommandButton
See Also