Class PropertyRenderSettings
Container class to be able to define render settings on web control EPiServer:Property
Implements
System.Web.UI.IAttributeAccessor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class PropertyRenderSettings : PropertyEditorSettings, IAttributeAccessor
Remarks
These settings can vary from property to property, consult the documentation for each property for more details on custom properties.
Constructors
PropertyRenderSettings()
Initializes a new instance of the PropertyRenderSettings class.
Declaration
public PropertyRenderSettings()
PropertyRenderSettings(String)
Initializes a new instance of the PropertyRenderSettings class.
Declaration
public PropertyRenderSettings(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | json values to intialize the attribute collection with. |
Properties
ChildrenCssClass
Declaration
public string ChildrenCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildrenCustomTag
Declaration
public string ChildrenCustomTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomTag
Declaration
public string CustomTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Web.UI.IAttributeAccessor