Click or drag to resize

ContentColumn_Settings Property

Gets or sets the list of settings. Use SettingsObject instead of this one.

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 ModelingList<ContentColumnSettings> _Settings { get; set; }

Property Value

Type: ModelingListContentColumnSettings
See Also