Class FormComponentCommandContext
Form component command context.
public sealed class FormComponentCommandContext
- Inheritance
-
objectFormComponentCommandContext
- Extension Methods
Properties
CommandName
Name of the component command to invoke.
public string CommandName { get; set; }
Property Value
- string
FormName
Name of the form the component belongs to.
public string FormName { get; set; }
Property Value
- string