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






Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<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 numeric values.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property NumberGroupSizes As NGroupCollection
Visual Basic (Usage)Copy Code
Dim instance As NumberFormatInfoWrapper
Dim value As NGroupCollection
 
value = instance.NumberGroupSizes
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[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 numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public NGroupCollection NumberGroupSizes {get;}
Delphi 
public read-only property NumberGroupSizes: NGroupCollection; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
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 numeric values.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get NumberGroupSizes : NGroupCollection
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[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 numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property NGroupCollection* get_NumberGroupSizes();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[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 numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property NGroupCollection^ NumberGroupSizes {
   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.