Click or drag to resize
IFieldIsDummyFieldFromMainForm 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: 12.0.0
Syntax
C#
bool IsDummyFieldFromMainForm { get; set; }

Property Value

Type: Boolean
See Also