A WebControl that will be used to copy values from when copying attributes to
WebControls for a PropertyControl.
Namespace:
EPiServer.Web.PropertyControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
C# |
---|
public WebControl AttributeSourceControl { get; set; } |
Remarks
EPiServer.Web.WebControls.Property set this property to itself
to be able to act as source for attributes. This makes it possible to set for instance
CssClass on a property and the value will be copied to the WebControl created for a PropertyControl.