CalendarProperties.ShowShadow Property
In This Article
Gets or sets a value that specifies whether a calendar’s popup window casts a shadow.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#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 Show
See Also