Class FormComponentContext
Represents a base class for form components contexts.
public abstract class FormComponentContext
- Inheritance
-
objectFormComponentContext
- Derived
- Extension Methods
Properties
FormIsSubmittable
Indicates whether the component is rendered in a context in which it can be submitted, or is intended just for viewing.
public bool FormIsSubmittable { get; set; }
Property Value
- bool
Methods
CopyTo(FormComponentContext)
Copies values of this object into targetObject
.
public void CopyTo(FormComponentContext targetObject)
Parameters
targetObject
FormComponentContext