Click or drag to resize
FieldBaseFieldTypeIsDummyFieldFromMainForm Property
If true the field was added into the main form else it was added into the alt.form (expects IsDummyField property to be true).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsDummyFieldFromMainForm { get; set; }

Property Value

Type: Boolean

Implements

IFieldIsDummyFieldFromMainForm
See Also