Class JqGridColumnFormatterOptions
Class which represents options for predefined formatter.
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.ColumnModel
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridColumnFormatterOptions : JqGridColumnInlineEditingOptions
Constructors
JqGridColumnFormatterOptions()
Initializes new instance of JqGridColumnFormatterOptions class.
Declaration
public JqGridColumnFormatterOptions()
JqGridColumnFormatterOptions(String)
Initializes new instance of JqGridColumnFormatterOptions class.
Declaration
public JqGridColumnFormatterOptions(string formatter)
Parameters
Type | Name | Description |
---|---|---|
System.String | formatter | Predefined formatter |
Properties
AddParam
Gets or sets the additional parameter which can be added after the IdName property.
Declaration
public string AddParam { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BaseLinkUrl
Gets or sets the link for showlink formatter.
Declaration
public string BaseLinkUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DecimalPlaces
Gets or sets the decimal places.
Declaration
public int DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DecimalSeparator
Gets or sets the decimal separator.
Declaration
public string DecimalSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValue
Gets or sets the default value.
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Disabled
Gets or sets the value indicating if checkbox is disabled.
Declaration
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IdName
Gets or sets the first parameter that is added after the ShowAction.
Declaration
public string IdName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Gets or sets the text to show in the button for jQuery UI Button widget.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnClick
Gets or sets the click handler (JavaScript) for jQuery UI Button widget.
Declaration
public string OnClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputFormat
Gets or sets the date output format.
Declaration
public string OutputFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Gets or sets the currency prefix.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryIcon
Gets or sets the primary icon class (form UI theme icons) for jQuery UI Button widget.
Declaration
public string PrimaryIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondaryIcon
Gets or sets the secondary icon class (form UI theme icons) for jQuery UI Button widget.
Declaration
public string SecondaryIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowAction
Gets or sets the additional value which is added after the BaseLinkUrl.
Declaration
public string ShowAction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceFormat
Gets or sets the date source format.
Declaration
public string SourceFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Suffix
Gets or sets the currency suffix.
Declaration
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Target
Gets or sets the target.
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the value whether to show the label in jQuery UI Button widget.
Declaration
public bool Text { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ThousandsSeparator
Gets or sets the thousands separator.
Declaration
public string ThousandsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.String |