Click or drag to resize

StateDefaultSectionId Property

Gets or sets the default section's id. 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#
[XmlAttributeAttribute]
public int DefaultSectionId { get; set; }

Property Value

Type: Int32
See Also