Back to Devexpress

MVCxGridViewCommandColumn Class

aspnetmvc-devexpress-dot-web-dot-mvc-d2bc816d.md

latest2.6 KB
Original Source

MVCxGridViewCommandColumn Class

Represents a command column within a GridView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewCommandColumn :
    GridViewCommandColumn
vb
Public Class MVCxGridViewCommandColumn
    Inherits GridViewCommandColumn

The following members return MVCxGridViewCommandColumn objects:

Remarks

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

Implements

Show 12 items

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

DevExpress.Utils.Design.ICaptionSupport

DevExpress.Web.Internal.IWebGridExportColumn

IWebGridColumn

DevExpress.Web.Design.IDesignTimePropertiesOwner

DevExpress.Web.Internal.IWebColumnsOwner

DevExpress.Web.Internal.IWebGridCommandItemsOwner

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewCommandColumn MVCxGridViewCommandColumn

See Also

MVCxGridViewCommandColumn Members

Grid View

Command Column

DevExpress.Web.Mvc Namespace