Back to Devexpress

VerticalGridRow Class

aspnet-devexpress-dot-web-6aca7c29.md

latest3.9 KB
Original Source

VerticalGridRow Class

Serves as a base for classes that represent rows displayed within the ASPxVerticalGrid.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class VerticalGridRow :
    WebColumnBase,
    IWebGridColumn,
    IDesignTimePropertiesOwner
vb
Public MustInherit Class VerticalGridRow
    Inherits WebColumnBase
    Implements IWebGridColumn,
               IDesignTimePropertiesOwner

The following members return VerticalGridRow objects:

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridColumn

Inheritance

Show 30 items

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridCommandRow

VerticalGridHierarchicalRow

VerticalGridHyperLinkRow

VerticalGridImageRow

VerticalGridBinaryImageRow

VerticalGridButtonEditRow

VerticalGridCategoryRow

VerticalGridColorEditRow

VerticalGridComboBoxRow

VerticalGridDateRow

VerticalGridDropDownEditRow

VerticalGridEditDataRow

VerticalGridTextRow

VerticalGridTimeEditRow

VerticalGridTokenBoxRow

VerticalGridCheckRow

VerticalGridDataRow

VerticalGridMemoRow

VerticalGridProgressBarRow

VerticalGridSpinEditRow

MVCxVerticalGridRow<ColumnType>

MVCxVerticalGridCategoryRow

MVCxVerticalGridCategoryRow<ColumnType>

MVCxVerticalGridCommandRow

MVCxVerticalGridRow

See Also

VerticalGridRow Members

Vertical Grid

DevExpress.Web Namespace