Skip to main content
A newer version of this page is available. .

MVCxGridViewCommandColumn Class

Represents a command column within a GridView.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class MVCxGridViewCommandColumn :
    GridViewCommandColumn

The following members return MVCxGridViewCommandColumn objects:

Remarks

Refer to the Command Column topic to learn about command columns within a GridView.

See Also