Show / Hide Table of Contents

Class JqGridColumnFormOptions

Class which represents additional column options for jqGrid form editing.

Inheritance
System.Object
JqGridColumnFormOptions
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.ColumnModel
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridColumnFormOptions : object

Properties

ColumnPosition

Gets or sets the column position of the element (with the label) in the form (one-based).

Declaration
public int? ColumnPosition { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ElementPrefix

Gets or sets the text or HTML content to appear before the input element.

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

ElementSuffix

Gets or sets the text or HTML content to appear after the input element.

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

Label

Gets or sets the text which will replace the name from ColumnNames as label in the form.

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

RowPosition

Gets or sets the row position of the element (with the label) in the form (one-based).

Declaration
public int? RowPosition { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Copyright © 2016 - 2019 Tomasz Pęczek