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

ASPxCalendar.ShowShadow Property

Gets or sets a value that specifies whether a calendar’s popup window casts a shadow.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if a window casts a shadow; otherwise false.

Remarks

The ASPxCalendar control displays pop-up window for month and year navigation, when you click the label with the current month and year at the top of the calendar. Use the ShowShadow property to specify whether the pop-up window casts a shadow.

This property is a wrapper of the CalendarProperties.ShowShadow property.

ASPxCalendar_ShowShadow

See Also