Show / Hide Table of Contents

Class JqGridColumnSummaryAttribute

Specifies the grouping summary for column.

Inheritance
System.Object
JqGridColumnSummaryAttribute
Namespace: Lib.AspNetCore.Mvc.JqGrid.DataAnnotations
Assembly: Lib.AspNetCore.Mvc.JqGrid.DataAnnotations.dll
Syntax
public sealed class JqGridColumnSummaryAttribute : Attribute

Constructors

JqGridColumnSummaryAttribute(JqGridColumnSummaryTypes)

Initializes a new instance of the JqGridColumnGroupingSummaryAttribute class.

Declaration
public JqGridColumnSummaryAttribute(JqGridColumnSummaryTypes type)
Parameters
Type Name Description
JqGridColumnSummaryTypes type

Type of summary

Properties

Function

Gets or sets the grouping summary function for custom type.

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

Template

Gets or sets the grouping summary template.

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

Type

Gets the grouping summary type.

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