Skip to main content
Tab

GridCustomizationWindowPopupSettings.ShowShadow Property

Gets or sets a value that specifies whether the customization window casts a shadow.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if the customization window casts a shadow; otherwise false.

See Also