Skip to main content

ASPxViewNavigator.CalendarPopupDiv Property

Provides access to a container for the popup calendar.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public WebControl CalendarPopupDiv { get; }

Property Value

Type Description
WebControl

A WebControl object, that is a control used as a popup.

See Also