Class JqGridNavigatorViewActionOptions
Class which represents options for jqGrid Navigator view action.
Inheritance
System.Object
JqGridNavigatorViewActionOptions
Implements
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorViewActionOptions : JqGridNavigatorFormActionOptions, IJqGridNavigatorPageableFormActionOptions
Constructors
JqGridNavigatorViewActionOptions()
Initializes a new instance of the JqGridNavigatorViewActionOptions class.
Declaration
public JqGridNavigatorViewActionOptions()
Properties
CloseButtonIcon
Gets or sets the icon for the close button.
Declaration
public JqGridFormButtonIcon CloseButtonIcon { get; set; }
Property Value
Type | Description |
---|---|
JqGridFormButtonIcon |
LabelsWidth
Gets or sets the value which defines how much width is needed for the labels.
Declaration
public string LabelsWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NavigationKeys
Gets or sets the options for keyboard navigation.
Declaration
public JqGridFormKeyboardNavigation NavigationKeys { get; set; }
Property Value
Type | Description |
---|---|
JqGridFormKeyboardNavigation |
RecreateForm
Gets or sets the value indicating if the form should be recreated every time the dialog is activeted with the new options from colModel (if they are changed).
Declaration
public bool RecreateForm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewPagerButtons
Gets or sets the value indicating if the pager buttons should appear on the form.
Declaration
public bool ViewPagerButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |