Skip to main content
Tab

GridViewDataDropDownEditColumn Class

Represents a data column with an editor containing a customizable dropdown window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewDataDropDownEditColumn :
    GridViewEditDataColumn

Remarks

GridViewDataDropDownEditColumn objects represent data columns whose values can be edited using a dropdown editor. The window’s content can be defined via a template. The column editor’s settings can be accessed and customized using the GridViewDataDropDownEditColumn.PropertiesDropDownEdit property.

To learn more, see Data Columns.

See Also