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

DropDownEditPropertiesBase.ShowShadow Property

Gets or sets a value that specifies whether the editor’s drop down window casts a shadow.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool ShowShadow { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the editor’s drop down window casts a shadow; otherwise false.

Remarks

Note

The ShowShadow property synchronizes its value with the editor’s ASPxDropDownEditBase.ShowShadow property.

See Also