DropDownEditProperties Class
Contains settings specific to dropdown editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DropDownEditProperties :
DropDownEditPropertiesBase
#Related API Members
The following members return DropDownEditProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#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 (EnableAnimation
) and the dropdown window’s shadow to be displayed (DropDownEditPropertiesBase.ShowShadow).