Back to Devexpress

GridViewCommandColumnCustomButton Class

aspnet-devexpress-dot-web-db3a3b42.md

latest2.9 KB
Original Source

GridViewCommandColumnCustomButton Class

Represents a custom command button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewCommandColumnCustomButton :
    GridCustomCommandButton
vb
Public Class GridViewCommandColumnCustomButton
    Inherits GridCustomCommandButton

The following members return GridViewCommandColumnCustomButton objects:

Remarks

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.

Example

  • Creates a command column with a custom command button in design time.

  • Creates and initializes a command column with custom command buttons at runtime.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem GridCustomCommandButton GridViewCommandColumnCustomButton BootstrapGridViewCommandColumnCustomButton

See Also

GridViewCommandColumnCustomButton Members

How to: Create Custom Command Buttons

Grid View

DevExpress.Web Namespace