BCGControlBar Library for .NET
FormatProvider Property




Gets or sets a format provider used to format data.
Syntax
'Declaration
 
Public Property FormatProvider As IFormatProvider
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider
public IFormatProvider FormatProvider {get; set;}
public: __property IFormatProvider* get_FormatProvider();
public: __property void set_FormatProvider( 
   IFormatProvider* value
);
public:
property IFormatProvider^ FormatProvider {
   IFormatProvider^ get();
   void set (    IFormatProvider^ value);
}
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback