Interface IRenderSettings
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IRenderSettings
Properties
RenderSettings
Dictionary of key values that can be used to customize the rendering of the property. These settings will also be passed to the property editor.
Declaration
IDictionary<string, object> RenderSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |