Xceed Grid for WinForms v4.3 Documentation
CustomFormatProvider Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Editors Namespace > SettingControlValueEventArgs Class : CustomFormatProvider Property
Gets the custom Format Provider that will be used to format Value
Syntax
'Declaration
 
Public ReadOnly Property CustomFormatProvider As IFormatProvider
'Usage
 
Dim instance As SettingControlValueEventArgs
Dim value As IFormatProvider
 
value = instance.CustomFormatProvider
public IFormatProvider CustomFormatProvider {get;}

Property Value

A reference to a class that implements the System.IFormatProvider interface.
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

SettingControlValueEventArgs Class
SettingControlValueEventArgs Members