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!

Class PropertyCheckBoxListControl

Property control that renders a list of check boxes in edit mode

Inheritance
System.Object
PropertyCheckBoxListControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[PropertySettings(typeof(MultipleOptionsListSettings), true)]
public class PropertyCheckBoxListControl : PropertySelectMultipleControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyCheckBoxListControl()

Declaration
public PropertyCheckBoxListControl()

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods