Click or drag to resize

StateDefaultSection Property

Gets or sets the default section. When this state is the current state of an item, the form will open with the default section directly shown (selecting the corresponding tag or by a default scroll).

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

Property Value

Type: WebFormSection
See Also