Table of Contents

Class ComparisonTypeSelectorProperties<TComparisonEnum>

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll
[Obsolete("This API is only available for legacy Form Builder components that provide backward compatibility when transitioning from older versions. The API will be removed when support for the Form Builder compatibility mode is dropped.")]
public class ComparisonTypeSelectorProperties<TComparisonEnum> : FormComponentProperties<TComparisonEnum>

Type Parameters

TComparisonEnum
Inheritance
object
FormComponentProperties<TComparisonEnum>
ComparisonTypeSelectorProperties<TComparisonEnum>
Inherited Members
Extension Methods

Constructors

ComparisonTypeSelectorProperties()

Initializes a new instance of the ComparisonTypeSelectorProperties<TComparisonEnum> class.

public ComparisonTypeSelectorProperties()

Properties

DefaultValue

Gets or sets the default value of the form component.

public override TComparisonEnum DefaultValue { get; set; }

Property Value

TComparisonEnum