Class FieldGroup
- Namespace
- Dynamicweb.CoreUI.Data.DynamicFields
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class FieldGroup
- Inheritance
-
FieldGroup
- Inherited Members
-
- Extension Methods
-
Constructors
FieldGroup(FieldEditorProviderBase)
public FieldGroup(FieldEditorProviderBase fieldEditorProvider)
Parameters
fieldEditorProvider
FieldEditorProviderBase
Properties
Collapsed
public bool Collapsed { get; set; }
Property Value
- bool
Fields
public IEnumerable<Field> Fields { get; set; }
Property Value
- IEnumerable<Field>
Name
public string Name { get; set; }
Property Value
- string
SystemName
public string SystemName { get; set; }
Property Value
- string
TabName
public string? TabName { get; set; }
Property Value
- string