MVCxGridViewCommandColumn Class
In This Article
Represents a command column within a GridView.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxGridViewCommandColumn :
GridViewCommandColumn
#Related API Members
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
#Inheritance
Object
StateManager
CollectionItem
WebColumnBase
GridViewColumn
GridViewCommandColumn
MVCxGridViewCommandColumn
See Also