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

CalendarProperties.ShowShadow Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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 a pop-up window for month and year navigation, when you click the label with current month and year at the top of the calendar. Use the ShowShadow property to specify whether the pop-up window casts a shadow.

Note

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

ASPxCalendar_ShowShadow

See Also