Back to Devexpress

VerticalGridSpinEditRow Class

aspnet-devexpress-dot-web-8bfa1706.md

latest2.1 KB
Original Source

VerticalGridSpinEditRow Class

Represents a row used to display numeric data.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The row editor’s settings can be accessed and customized using the VerticalGridSpinEditRow.PropertiesSpinEdit property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridSpinEditRow

See Also

VerticalGridSpinEditRow Members

Vertical Grid

DevExpress.Web Namespace