Show / Hide Table of Contents

Class JqGridFilterOptions

Abstract class which represents options for jqGrid filter toolbar and grid.

Inheritance
System.Object
JqGridFilterOptions
JqGridFilterToolbarOptions
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public abstract class JqGridFilterOptions : object

Constructors

JqGridFilterOptions()

Initializes a new instance of the JqGridFilterOptions class.

Declaration
protected JqGridFilterOptions()

Properties

AfterClear

Gets or sets the name of the function for event which is raised after clearing entered values.

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

AfterSearch

Gets or sets the name of the function for event which is raised after searching.

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

AutoSearch

Gets or sets the value which defines if searching is performed automatically.

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

BeforeClear

Gets or sets the name of the function for event which is raised before clearing entered values.

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

BeforeSearch

Gets or sets the name of the function for event which is raised before searching.

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