Intersoft WebInput Documentation
CurrencyGroupSizes Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > NumberFormatInfoWrapper Class : CurrencyGroupSizes Property






Glossary Item Box

Gets or sets the number of digits in each group to the left of the decimal in currency values.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property CurrencyGroupSizes As NGroupCollection
Visual Basic (Usage)Copy Code
Dim instance As NumberFormatInfoWrapper
Dim value As NGroupCollection
 
value = instance.CurrencyGroupSizes
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public NGroupCollection CurrencyGroupSizes {get;}
Delphi 
public read-only property CurrencyGroupSizes: NGroupCollection; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")
ISNet.Serialization.BinarySerializableAttribute()
public function get CurrencyGroupSizes : NGroupCollection
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property NGroupCollection* get_CurrencyGroupSizes();
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property NGroupCollection^ CurrencyGroupSizes {
   NGroupCollection^ get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.