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.dll
Version: 10.10.4Syntax
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 Property
Declaration
public PropertyRenderSettings()
PropertyRenderSettings(String)
Initializes a new instance of the Property
Declaration
public PropertyRenderSettings(string json)
Parameters
Type | Name | Description |
---|---|---|
System. |
json | json values to intialize the attribute collection with. |
Properties
ChildrenCssClass
Declaration
public string ChildrenCssClass { get; set; }
Property Value
Type | Description |
---|---|
System. |
ChildrenCustomTag
Declaration
public string ChildrenCustomTag { get; set; }
Property Value
Type | Description |
---|---|
System. |
CssClass
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System. |
CustomTag
Declaration
public string CustomTag { get; set; }
Property Value
Type | Description |
---|---|
System. |
Tag
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.Web.UI.IAttributeAccessor