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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.
See Also