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

AppointmentRecurrenceFormSettings.IsFormRecreated Property

Gets whether the form has been already built, so that it does not require an update to create a child control hierarchy.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool IsFormRecreated { get; set; }

Property Value

Type Description
Boolean

true if the form is created again and does not require creation of a child control hierarchy; otherwise, false.

See Also