Class RVFieldEditorDefaultSettings
A class used to provide the desired default settings for the field editor.
Inheritance
System.Object
RVFieldEditorDefaultSettings
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVFieldEditorDefaultSettings : Object
Constructors
RVFieldEditorDefaultSettings()
Declaration
public RVFieldEditorDefaultSettings()
Properties
DefaultCurrencySymbol
Specifies the default currency symbol used for currency fields.
Declaration
public string DefaultCurrencySymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDateFormat
Specifies the default format will be used for Date type of fields.
Declaration
public string DefaultDateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDateTimeFormat
Specifies the default format will be used for DateTime type of fields.
Declaration
public string DefaultDateTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDecimalPlaces
Specifies the number of decimal places that should be used by default.
Declaration
public int DefaultDecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultLargeNumbersFormat
Specifies whether large number format will be used by default when the end user is creating new visualizations.
Declaration
public bool DefaultLargeNumbersFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultTimeFormat
Specifies the default format will be used for Time type of fields.
Declaration
public string DefaultTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ThousandsSeparator
Specifies whether a 1000 separator will be used by default.
Declaration
public bool ThousandsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |