Back to Devexpress

VerticalGridTextRow Class

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

latest2.1 KB
Original Source

VerticalGridTextRow Class

Represents a row used to display string values.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridTextRow :
    VerticalGridEditDataRow
vb
Public Class VerticalGridTextRow
    Inherits VerticalGridEditDataRow

Remarks

The row editor’s settings can be accessed and customized using the VerticalGridTextRow.PropertiesTextEdit property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridTextRow

See Also

VerticalGridTextRow Members

Vertical Grid

DevExpress.Web Namespace