Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellTextFormatInfo Class / FormatProvider Property


    FormatProvider Property (CellTextFormatInfo)
    Gets the custom Format Provider that will be used to format the text displayed in the Xceed.Grid.Viewers.CellViewerManager.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FormatProvider As IFormatProvider
     
    'Usage
     
    Dim instance As CellTextFormatInfo
    Dim value As IFormatProvider
     
    value = instance.FormatProvider

    Property Value

    A reference to a class that implements the System.IFormatProvider interface. By default, a null reference (Nothing in Visual Basic).
    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