Skip to main content
Tab

DropDownEditProperties Class

Contains settings specific to dropdown editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DropDownEditProperties :
    DropDownEditPropertiesBase

The following members return DropDownEditProperties objects:

Library Related API Members
ASP.NET Web Forms Controls CardViewDropDownEditColumn.PropertiesDropDownEdit
GridViewDataDropDownEditColumn.PropertiesDropDownEdit
TreeListDropDownEditColumn.PropertiesDropDownEdit
VerticalGridDropDownEditRow.PropertiesDropDownEdit
ASP.NET MVC Extensions MVCxDropDownEdit.Properties

Remarks

The DropDownEditProperties class serves as a base for the editor properties classes that define the behavior of editors containing dropdown lists.

In addition to the common editor settings inherited from its ancestors, the DropDownEditProperties class implements type specific properties that, in particular, allow the default edit button’s settings to be customized (DropDownEditPropertiesBase.DropDownButton), a predefined animation effect to be used when invoking the editor’s dropdown (DropDownEditPropertiesBase.EnableAnimation) and the dropdown window’s shadow to be displayed (DropDownEditPropertiesBase.ShowShadow).

See Also