Skip to main content
Tab

VerticalGridDropDownEditRow.PropertiesDropDownEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DropDownEditProperties PropertiesDropDownEdit { get; }

Property Value

Type Description
DropDownEditProperties

A DropDownEditProperties object that contains settings specific to a dropdown editor.

See Also