Show / Hide Table of Contents

Class JqGridNavigatorViewActionOptions

Class which represents options for jqGrid Navigator view action.

Inheritance
System.Object
JqGridNavigatorActionOptions
JqGridNavigatorFormActionOptions
JqGridNavigatorViewActionOptions
Implements
IJqGridNavigatorPageableFormActionOptions
Inherited Members
JqGridNavigatorFormActionOptions.BeforeInitData
JqGridNavigatorFormActionOptions.BeforeShowForm
JqGridNavigatorActionOptions.Top
JqGridNavigatorActionOptions.Left
JqGridNavigatorActionOptions.Modal
JqGridNavigatorActionOptions.Dragable
JqGridNavigatorActionOptions.Resizable
JqGridNavigatorActionOptions.Width
JqGridNavigatorActionOptions.DataWidth
JqGridNavigatorActionOptions.Height
JqGridNavigatorActionOptions.DataHeight
JqGridNavigatorActionOptions.UseJqModal
JqGridNavigatorActionOptions.CloseOnEscape
JqGridNavigatorActionOptions.OnClose
JqGridNavigatorActionOptions.Overlay
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

Implements

IJqGridNavigatorPageableFormActionOptions
Back to top Copyright © 2016 - 2019 Tomasz Pęczek