Class ControlListEditorData
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class ControlListEditorData
Properties
Controls
Declaration
public IEnumerable<ControlInfo> Controls { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<ControlInfo> |
ListControls
Declaration
public List<ControlListEditorData.ListControl> ListControls { get; set; }
Property Value
Type | Description |
---|---|
List<ControlListEditorData.ListControl> |