Show / Hide Table of Contents

Class JqGridNavigatorOptionsBase

Class which represents base options for jqGrid navigators.

Inheritance
System.Object
JqGridNavigatorOptionsBase
JqGridInlineNavigatorOptions
JqGridNavigatorOptions
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public abstract class JqGridNavigatorOptionsBase : object

Constructors

JqGridNavigatorOptionsBase()

Initializes a new instance of the JqGridNavigatorOptionsBase class.

Declaration
public JqGridNavigatorOptionsBase()

Properties

Add

Gets or set the value which defines if add action is enabled (default true).

Declaration
public bool Add { get; set; }
Property Value
Type Description
System.Boolean

AddIcon

Gets or sets the icon (form UI theme images) for add action.

Declaration
public string AddIcon { get; set; }
Property Value
Type Description
System.String

AddText

Gets or sets the text for add action.

Declaration
public string AddText { get; set; }
Property Value
Type Description
System.String

AddToolTip

Gets or sets the tooltip for add action.

Declaration
public string AddToolTip { get; set; }
Property Value
Type Description
System.String

Edit

Gets or set the value which defines if edit action is enabled (default true).

Declaration
public bool Edit { get; set; }
Property Value
Type Description
System.Boolean

EditIcon

Gets or sets the icon (form UI theme images) for edit action.

Declaration
public string EditIcon { get; set; }
Property Value
Type Description
System.String

EditText

Gets or sets the text for edit action.

Declaration
public string EditText { get; set; }
Property Value
Type Description
System.String

EditToolTip

Gets or sets the tooltip for edit action.

Declaration
public string EditToolTip { get; set; }
Property Value
Type Description
System.String

Position

Gets or sets the position of the Navigator buttons in the pager.

Declaration
public JqGridAlignments Position { get; set; }
Property Value
Type Description
JqGridAlignments
Back to top Copyright © 2016 - 2019 Tomasz Pęczek