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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowPopupShadow |
---|---|
ASPxPagerBase |
|
PagerSettingsEx |
|
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.
See Also