Try our conversational search powered by Generative AI!

Class InputPropertyDefinitionType

Simple input type that displays a property definition type dropdownlist. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
InputPropertyDefinitionType
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class InputPropertyDefinitionType : InputBase, INamingContainer

Constructors

InputPropertyDefinitionType()

Declaration
public InputPropertyDefinitionType()

Properties

AutoPostback

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public bool AutoPostback { get; set; }
Property Value
Type Description
System.Boolean

IncludeBlockTypes

Declaration
public virtual bool IncludeBlockTypes { get; set; }
Property Value
Type Description
System.Boolean

IncludeDisabled

Gets or sets a value indicating whether to include types declared in plugins that were disabled.

Declaration
public virtual bool IncludeDisabled { get; set; }
Property Value
Type Description
System.Boolean

true if types from disabled plugins should be included; otherwise, false.

TagKey

We use the System.Web.UI.HtmlTextWriterTag.Span tag for this control. A System.Web.UI.HtmlTextWriterTag.Span tag

Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Type Description
System.Web.UI.HtmlTextWriterTag
Overrides

Type

Gets or sets the selected PropertyDefinitionType. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PropertyDefinitionType Type { get; set; }
Property Value
Type Description
PropertyDefinitionType

The selected PropertyDefinitionType.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

OnSelectedIndexChanged(Object, EventArgs)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
protected virtual void OnSelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Events

SelectedIndexChanged

Occurs when the dropdown selection is cahnged. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public event EventHandler SelectedIndexChanged
Event Type
Type Description
System.EventHandler

Implements

System.Web.UI.INamingContainer

Extension Methods