Skip to main content

MVCxGridViewCommandColumn Class

Represents a command column within a GridView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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.

Implements

Show 12 items
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.Design.IDesignTimeCollectionItem
DevExpress.Utils.Design.ICaptionSupport
DevExpress.Web.Internal.IWebGridExportColumn
DevExpress.Web.Design.IDesignTimePropertiesOwner
DevExpress.Web.Internal.IWebColumnsOwner
DevExpress.Web.Internal.IWebGridCommandItemsOwner
See Also