Class FormComponentExtensions
Extension methods for FormComponent class.
public static class FormComponentExtensions
- Inheritance
-
objectFormComponentExtensions
Methods
GetBizFormComponentContext(FormComponent)
Gets BizFormComponentContext of a form component, if such a context was bound to the component.
public static BizFormComponentContext GetBizFormComponentContext(this FormComponent component)
Parameters
component
FormComponentComponent to get BizFormComponentContext instance for.
Returns
- BizFormComponentContext
Returns an instance of BizFormComponentContext, or null if such a context was not bound to the component.
Exceptions
- ArgumentNullException
Thrown when
component
is null.