Class EditScreenLayoutCustomization
- Namespace
- Dynamicweb.CoreUI.Screens.Customizations
- Assembly
- Dynamicweb.CoreUI.dll
public class EditScreenLayoutCustomization
- Inheritance
-
EditScreenLayoutCustomization
- Inherited Members
-
Properties
IsCatchAllGroupIdentifier
public string IsCatchAllGroupIdentifier { get; set; }
Property Value
- string
Methods
AddEditor(EditorBase)
public void AddEditor(EditorBase editor)
Parameters
editor
EditorBase
AssociateEditorWithGroup(string, string)
public void AssociateEditorWithGroup(string editorName, string groupName)
Parameters
editorName
string
groupName
string
DefineLayoutStructure(IRootComponent)
public void DefineLayoutStructure(IRootComponent root)
Parameters
root
IRootComponent
GetEditorLayout()
public UiComponentBase? GetEditorLayout()
Returns
- UiComponentBase