Show / Hide Table of Contents

Interface IJqGridStronglyTypedOptions

Interface which represents additional contract for strongly typed jqGrid options.

Namespace: Lib.AspNetCore.Mvc.JqGrid.Helper.Options
Assembly: Lib.AspNetCore.Mvc.JqGrid.Helper.dll
Syntax
public interface IJqGridStronglyTypedOptions

Properties

ActionsColumn

Gets or sets the actions column.

Declaration
JqGridActionsColumnOptions ActionsColumn { get; set; }
Property Value
Type Description
JqGridActionsColumnOptions

ModelType

Gets the type of model.

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