aspnet-devexpress-dot-web-0dd989ac.md
Contains settings specific to dropdown editors.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class DropDownEditProperties :
DropDownEditPropertiesBase
Public Class DropDownEditProperties
Inherits 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 |
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).
Show 13 items
Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase DropDownEditProperties BootstrapDropDownEditProperties
MVCxColumnDropDownEditProperties
See Also