Click or drag to resize

WebFormCustomForm Property

Gets or sets a value indicating whether the form is defined using a custom ASPX code.

The form will still be modelisable. But it will not be generated and a custom aspx file will be available for developers.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public bool CustomForm { get; set; }

Property Value

Type: Boolean
See Also