Class JqGridActionsColumnOptions
Class which represent options for actions column.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Helper.Options.ColumnModel
Assembly: Lib.AspNetCore.Mvc.JqGrid.Helper.dll
Syntax
public class JqGridActionsColumnOptions : JqGridColumnInlineEditingOptions
Constructors
JqGridActionsColumnOptions(String)
Initializes new instance of JqGridActionsColumnOptions class.
Declaration
public JqGridActionsColumnOptions(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
Name
Gets the unique name for the column.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Position
Gets or sets the position of the column (default 0).
Declaration
public int Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Width
Gets or sets the initial width in pixels of the column (default 60).
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |