Back to Devexpress

MVCxVerticalGridCategoryRow<ColumnType> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxverticalgridcategoryrow-1.md

latest2.6 KB
Original Source

MVCxVerticalGridCategoryRow<ColumnType> Class

A category row used to combine other VerticalGrid rows within its MVCxVerticalGridCategoryRow<ColumnType>.Rows collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxVerticalGridCategoryRow<ColumnType> :
    MVCxVerticalGridCategoryRow
vb
Public Class MVCxVerticalGridCategoryRow(Of ColumnType)
    Inherits MVCxVerticalGridCategoryRow

Type Parameters

Name
ColumnType

Remarks

Refer to the Category Rows topic to learn more.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

DevExpress.Utils.Design.ICaptionSupport

IWebGridColumn

DevExpress.Web.Design.IDesignTimePropertiesOwner

DevExpress.Web.Internal.IWebColumnsOwner

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridCategoryRow MVCxVerticalGridCategoryRow MVCxVerticalGridCategoryRow<ColumnType>

See Also

MVCxVerticalGridCategoryRow<ColumnType> Members

Vertical Grid

Category Rows

DevExpress.Web.Mvc Namespace