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

PageSizeItemSettings.ShowPopupShadow Property

Gets or sets a value that specifies whether a page size item drop-down window casts a shadow.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the drop-down window casts a shadow; otherwise false.

Property Paths

You can access this nested property as listed below:

Remarks

Use the ShowPopupShadow property to control whether the page size item drop-down window is displayed with a shadow.

The image below demonstrates the drop-down window with a shadow and without a shadow.

ASPxPager_ShowPopupShadow

See Also