This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class NumberFormatElement
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class NumberFormatElement

The type exposes the following properties.

Public Properties

  Name Description
Public property CurrencyDecimalDigits
Gets or sets the comma-seperated list of abbreviated day names.
Public property CurrencyDecimalSeparator
Gets or sets the currency decimal separator.
Public property CurrencyGroupSeparator
Gets or sets the currency group separator.
Public property CurrencySymbol
Gets or sets the currency symbol.
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property NumberDecimalDigits
Gets or sets the number decimal digits.
Public property NumberDecimalSeparator
Gets or sets the number decimal separator.
Public property NumberGroupSeparator
Gets or sets the number group separator.

Protected Properties

  Name Description
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Properties (Inherited from ConfigurationElement.)

See Also

Advanced