Back to Devexpress

DropDownEditProperties Class

aspnet-devexpress-dot-web-0dd989ac.md

latest3.5 KB
Original Source

DropDownEditProperties Class

Contains settings specific to dropdown editors.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DropDownEditProperties :
    DropDownEditPropertiesBase
vb
Public Class DropDownEditProperties
    Inherits DropDownEditPropertiesBase

The following members return DropDownEditProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewDropDownEditColumn.PropertiesDropDownEdit
GridViewDataDropDownEditColumn.PropertiesDropDownEdit
TreeListDropDownEditColumn.PropertiesDropDownEdit
VerticalGridDropDownEditRow.PropertiesDropDownEdit
ASP.NET MVC ExtensionsMVCxDropDownEdit.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 (EnableAnimation) and the dropdown window’s shadow to be displayed (DropDownEditPropertiesBase.ShowShadow).

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 13 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase DropDownEditProperties BootstrapDropDownEditProperties

MVCxDropDownEditProperties

MVCxColumnDropDownEditProperties

See Also

DropDownEditProperties Members

ASPxDropDownEdit

Drop-Down Editor

DevExpress.Web Namespace