Show / Hide Table of Contents

Class JqGridNavigatorButtonOptions

Class which represents options for jqGrid Navigator button.

Inheritance
System.Object
JqGridNavigatorCustomElementOptions
JqGridNavigatorButtonOptions
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorButtonOptions : JqGridNavigatorCustomElementOptions

Constructors

JqGridNavigatorButtonOptions()

Initializes a new instance of the JqGridNavigatorButtonOptions class.

Declaration
public JqGridNavigatorButtonOptions()

Properties

Caption

Gets or sets the caption for the button.

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

Cursor

Gets or sets the value which determines the cursor when user mouseover the button.

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

Icon

Gets or sets the icon (from UI theme images) for the button. If this property is set to "none" only text will appear.

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

Id

Gets or sets the id for TD element holding the button (optional).

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

OnClick

Gets or sets the function for button click action.

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

ToolTip

Gets or sets the tooltip for the button.

Declaration
public string ToolTip { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2016 - 2019 Tomasz Pęczek