MVCxVerticalGridCommandRow Class
In This Article
Represents a command row within a VerticalGrid.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxVerticalGridCommandRow :
VerticalGridCommandRow
#Related API Members
The following members return MVCxVerticalGridCommandRow objects:
#Remarks
Refer to the Command Row topic to learn about command rows within a VerticalGrid.
#Implements
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.Design.IDesignTimeCollectionItem
DevExpress.Utils.Design.ICaptionSupport
DevExpress.Web.Design.IDesignTimePropertiesOwner
DevExpress.Web.Internal.IWebGridCommandItemsOwner
#Inheritance
Object
StateManager
CollectionItem
WebColumnBase
VerticalGridRow
VerticalGridCommandRow
MVCxVerticalGridCommandRow
See Also