Struct JqGridSubgridColumnModel
Represents subgrid column for jqGrid.
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Subgrid
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public struct JqGridSubgridColumnModel
Constructors
JqGridSubgridColumnModel(String, JqGridAlignments, Int32)
Creates new jqGrid subgrid column.
Declaration
public JqGridSubgridColumnModel(string name, JqGridAlignments alignment, int width)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the column. |
JqGridAlignments | alignment | The alignment of the column. |
System.Int32 | width | The width of the column. |
JqGridSubgridColumnModel(String, JqGridAlignments, Int32, String)
Creates new jqGrid subgrid column.
Declaration
public JqGridSubgridColumnModel(string name, JqGridAlignments alignment, int width, string mapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the column. |
JqGridAlignments | alignment | The alignment of the column. |
System.Int32 | width | The width of the column. |
System.String | mapping | The mapping for the column. |
Properties
Alignment
The alignment of the column.
Declaration
public JqGridAlignments Alignment { get; }
Property Value
Type | Description |
---|---|
JqGridAlignments |
Mapping
The mapping for the column.
Declaration
public string Mapping { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the column.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Width
The width of the column.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 |