Class RVFieldEditorDefaultSettings

A class used to provide the desired default settings for the field editor.

Inheritance
System.Object
RVFieldEditorDefaultSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVFieldEditorDefaultSettings

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