Skip to main content
A newer version of this page is available. .
Tab

DropDownEditProperties Class

Contains settings specific to dropdown editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class DropDownEditProperties :
    DropDownEditPropertiesBase

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