Back to Devexpress

VerticalGridDropDownEditRow Class

aspnet-devexpress-dot-web-3e46da72.md

latest2.5 KB
Original Source

VerticalGridDropDownEditRow Class

Represents a row with an editor containing a customizable dropdown window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

VerticalGridDropDownEditRow objects are rows whose values can be edited using a dropdown editor. The window’s content can be defined by a template. The row editor’s settings can be accessed and customized using the VerticalGridDropDownEditRow.PropertiesDropDownEdit property.

To learn more, see Data Rows.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridDropDownEditRow

See Also

VerticalGridDropDownEditRow Members

Vertical Grid

DevExpress.Web Namespace