Back to Devexpress

VerticalGridCategoryRow Class

aspnet-devexpress-dot-web-02780a9a.md

latest1.9 KB
Original Source

VerticalGridCategoryRow Class

Represents a category row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridCategoryRow :
    VerticalGridHierarchicalRow
vb
Public Class VerticalGridCategoryRow
    Inherits VerticalGridHierarchicalRow

Remarks

VerticalGridCategoryRow objects are grid rows used to combine other child grid rows in its VerticalGridHierarchicalRow.Rows collection.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridCategoryRow MVCxVerticalGridCategoryRow<ColumnType>

MVCxVerticalGridCategoryRow

See Also

VerticalGridCategoryRow Members

DevExpress.Web Namespace