Class JqGridInlineNavigatorOptions
Class which represents options for jqGrid Inline Navigator.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridInlineNavigatorOptions : JqGridNavigatorOptionsBase
Constructors
JqGridInlineNavigatorOptions()
Initializes a new instance of the JqGridInlineNavigatorOptions class.
Declaration
public JqGridInlineNavigatorOptions()
Properties
ActionOptions
Gets or sets the options for edit, save and cancel actions
Declaration
public JqGridInlineNavigatorActionOptions ActionOptions { get; set; }
Property Value
Type | Description |
---|---|
JqGridInlineNavigatorActionOptions |
AddActionOptions
Gets or sets the options for add action.
Declaration
public JqGridInlineNavigatorAddActionOptions AddActionOptions { get; set; }
Property Value
Type | Description |
---|---|
JqGridInlineNavigatorAddActionOptions |
Cancel
Gets or set the value which defines if cancel action is enabled (default true).
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CancelIcon
Gets or sets the icon (form UI theme images) for cancel action.
Declaration
public string CancelIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CancelText
Gets or sets the text for cancel action.
Declaration
public string CancelText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CancelToolTip
Gets or sets the tooltip for cancel action.
Declaration
public string CancelToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Save
Gets or set the value which defines if save action is enabled (default true).
Declaration
public bool Save { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SaveIcon
Gets or sets the icon (form UI theme images) for save action.
Declaration
public string SaveIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaveText
Gets or sets the text for save action.
Declaration
public string SaveText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaveToolTip
Gets or sets the tooltip for save action.
Declaration
public string SaveToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |