London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IPropertyControlsContainer

Creation of child controls could be triggered externally for controls marked with this interface

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IPropertyControlsContainer

Methods

EnsurePropertyControlsCreated()

Triggers EnsureChildControls for the Property.

Declaration
void EnsurePropertyControlsCreated()

Extension Methods