Class ViewElement
Defines a view element.
Inheritance
System.Object
    ViewElement
  Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 8.11.0Syntax
public class ViewElement : ConfigurationElement
  Constructors
ViewElement()
Declaration
public ViewElement()
  Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name.  | 
      
TransformationSettings
Gets or sets the transformation settings.
Declaration
public ViewTransformationElementCollection TransformationSettings { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ViewTransformationElementCollection | The transformation settings.  |