aspnet-devexpress-dot-web-3e46da72.md
Represents a row with an editor containing a customizable dropdown window.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridDropDownEditRow :
VerticalGridEditDataRow
Public Class VerticalGridDropDownEditRow
Inherits VerticalGridEditDataRow
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.
Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridDropDownEditRow
See Also