Class DxGridColumnFormat
Inheritance
System.Object
DxGridColumnFormat
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridColumnFormat
Constructors
DxGridColumnFormat()
Declaration
public DxGridColumnFormat()
DxGridColumnFormat(DxGridColumnFormat.FormatType, Nullable<Int32>)
Declaration
public DxGridColumnFormat(DxGridColumnFormat.FormatType type, int? precision = null)
Parameters
Type | Name | Description |
---|---|---|
DxGridColumnFormat.FormatType | type | |
System.Nullable<System.Int32> | precision |
Properties
currency
Specifies a 3-letter ISO 4217 code for currency. Applies only if the type is "currency".
Declaration
public string currency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The currency. |
precision
Specifies a precision for values of a numeric format.
Declaration
public int? precision { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The precision. |
type
One of the predefined formats
Declaration
public DxGridColumnFormat.FormatType type { get; set; }
Property Value
Type | Description |
---|---|
DxGridColumnFormat.FormatType | The type. |