VerticalGridDropDownEditRow Class
In This Article
Represents a row with an editor containing a customizable dropdown window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Implements
#Inheritance
See Also