Table of Contents

Class FormComponent<TClientProperties, TValue>

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a base class for UI form component containing members used by the system.

public abstract class FormComponent<TClientProperties, TValue> : FormComponent<FormComponentProperties, TClientProperties, TValue>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem where TClientProperties : FormComponentClientProperties<TValue>, new()

Type Parameters

TClientProperties
TValue
Inheritance
object
FormComponent<FormComponentProperties, TClientProperties, TValue>
FormComponent<TClientProperties, TValue>
Implements
Derived
Inherited Members
Extension Methods