GrapeCity MultiRow Windows Forms Documentation
FormatProvider Property (RequiredTypeValidator)


Gets or sets the format provider.
Syntax
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<SRDescriptionAttribute("Indicates the format provider.")>
Public Property FormatProvider As IFormatProvider
Dim instance As RequiredTypeValidator
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider
[DefaultValue()]
[Browsable(false)]
[SRDescription("Indicates the format provider.")]
public IFormatProvider FormatProvider {get; set;}

Property Value

The format provider. The default is a null reference (Nothing in Visual Basic).
Remarks
If this property is a null reference (Nothing in Visual Basic), the System.Globalization.CultureInfo.CurrentCulture is used.
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

Reference

RequiredTypeValidator Class
RequiredTypeValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.