Class FormFeaturedFieldDefinition
Represents definition of featured field.
public class FormFeaturedFieldDefinition
- Inheritance
-
objectFormFeaturedFieldDefinition
- Extension Methods
Properties
FormFeaturedFieldInfo
Related FormFeaturedFieldInfo that contains featured field metadata.
public FormFeaturedFieldInfo FormFeaturedFieldInfo { get; set; }
Property Value
UnderlyingComponentDefinition
Underlying component that is effectively used in the Form builder.
public FormComponentDefinition UnderlyingComponentDefinition { get; set; }