Table of Contents

Class EditorGrouping

Namespace
Dynamicweb.CoreUI.Editors
Assembly
Dynamicweb.CoreUI.dll

Represents a group of editors that can be processed collectively.

public sealed class EditorGrouping : EditorBase
Inheritance
EditorGrouping
Inherited Members
Extension Methods

Properties

Editors

Gets the collection of editors associated with the object.

public ICollection<EditorBase> Editors { get; }

Property Value

ICollection<EditorBase>

ProcessAsList

Indicates whether processing should be performed as a list. If true, the editors will be processed as a list; otherwise, they will be processed as a dictionary.

public bool ProcessAsList { get; set; }

Property Value

bool
To top