Class JqGridNavigatorFormActionOptions
Class which represents options for jqGrid Navigator form editing action.
Inheritance
System.Object
JqGridNavigatorFormActionOptions
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public abstract class JqGridNavigatorFormActionOptions : JqGridNavigatorActionOptions
Constructors
JqGridNavigatorFormActionOptions()
Initializes a new instance of the JqGridNavigatorFormActionOptions class.
Declaration
protected JqGridNavigatorFormActionOptions()
Properties
BeforeInitData
Gets or sets the function for event which is raised before initializing the new form data.
Declaration
public string BeforeInitData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeShowForm
Gets or sets the function for event which is raised before showing the form with the new data.
Declaration
public string BeforeShowForm { get; set; }
Property Value
Type | Description |
---|---|
System.String |