Skip to main content
Tab

DropDownEditProperties.DropDownWindowStyle Property

Gets the style settings which define the appearance of an editor’s drop down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DropDownWindowStyle DropDownWindowStyle { get; }

Property Value

Type Description
DropDownWindowStyle

A DropDownWindowStyle object that contains style settings.

Remarks

Note

The DropDownWindowStyle property synchronizes its value with the editor’s ASPxDropDownEdit.DropDownWindowStyle property.

See Also