Class PropertyLinkType
Displays a drop down list where the user can select a link type as defined in LinkType.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[EditorHint("LinkType")]
public class PropertyLinkType : PropertyNumber, IReadOnly<PropertyData>, IReadOnly
Constructors
PropertyLinkType()
Declaration
public PropertyLinkType()
Properties
Link
Gets or sets the link type.
Declaration
public LinkType Link { get; set; }
Property Value
Type | Description |
---|---|
LinkType | The link type. |