Skip to main content
A newer version of this page is available. .
Tab

VerticalGridDropDownEditRow Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class VerticalGridDropDownEditRow :
    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.

See Also