aspnet-devexpress-dot-web-db3a3b42.md
Represents a custom command button.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewCommandColumnCustomButton :
GridCustomCommandButton
Public Class GridViewCommandColumnCustomButton
Inherits GridCustomCommandButton
The following members return GridViewCommandColumnCustomButton objects:
Command columns can display custom buttons. These buttons are stored within a column’s GridViewCommandColumn.CustomButtons collection.
Custom buttons are represented by the GridViewCommandColumnCustomButton objects. The button’s text and image are specified by the GridViewCommandColumnButton.Text and GridViewCommandColumnButton.Image properties, respectively. A button’s identifier can be specified by the GridCustomCommandButton.ID property.
To learn more, see How to: Create Custom Command Buttons.
Creates a command column with a custom command button in design time.
Creates and initializes a command column with custom command buttons at runtime.
Object StateManager CollectionItem GridCustomCommandButton GridViewCommandColumnCustomButton BootstrapGridViewCommandColumnCustomButton
See Also
GridViewCommandColumnCustomButton Members