Back to Devexpress

VerticalGridDataRow Class

aspnet-devexpress-dot-web-1eafcfeb.md

latest5.9 KB
Original Source

VerticalGridDataRow Class

Serves as a base for classes that represent data rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridDataRow :
    VerticalGridHierarchicalRow,
    IWebColumnInfo,
    IDataSourceViewSchemaAccessor,
    IFilterColumn,
    IFilterablePropertyInfo,
    IWebGridDataColumn,
    IWebGridDataColumnBase,
    IWebGridColumn,
    IWebGridDataColumnAdapterOwner
vb
Public Class VerticalGridDataRow
    Inherits VerticalGridHierarchicalRow
    Implements IWebColumnInfo,
               IDataSourceViewSchemaAccessor,
               IFilterColumn,
               IFilterablePropertyInfo,
               IWebGridDataColumn,
               IWebGridDataColumnBase,
               IWebGridColumn,
               IWebGridDataColumnAdapterOwner

The following members return VerticalGridDataRow objects:

Remarks

The ASPxVerticalGrid control is designed to display and edit tabular information. Data sources present this information using data fields and records.

The ASPxVerticalGrid stores its rows within the ASPxVerticalGrid.Rows collection. A row can be accessed by its caption or the name of the data source field to which it is bound.

The ASPxVerticalGrid supports bound and unbound rows. Bound rows obtain their data from the control’s data source. Their VerticalGridDataRow.FieldName property refers to a valid field in the data source. Unbound rows are not bound to any field in the data source. These rows must be populated manually by the ASPxVerticalGrid.CustomUnboundRowData event.

Settings provided by the VerticalGridDataRow class allow you to control how row data is displayed and edited, etc.

To learn more, see Data Rows.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Show 25 items

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow

VerticalGridHyperLinkRow

VerticalGridImageRow

VerticalGridBinaryImageRow

VerticalGridButtonEditRow

VerticalGridColorEditRow

VerticalGridComboBoxRow

VerticalGridDateRow

VerticalGridDropDownEditRow

VerticalGridTextRow

VerticalGridTimeEditRow

VerticalGridTokenBoxRow

VerticalGridCheckRow

VerticalGridMemoRow

VerticalGridProgressBarRow

VerticalGridSpinEditRow

MVCxVerticalGridRow<ColumnType>

MVCxVerticalGridRow

See Also

VerticalGridDataRow Members

DevExpress.Web Namespace