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

ASPxSchedulerStyles.PopupForm Property

Gets the style settings that define the appearance of the popup form.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public PopupFormStyles PopupForm { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.PopupFormStyles

A DevExpress.Web.ASPxScheduler.PopupFormStyles object that contains the style settings.

See Also