Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExtraRendererSettings Class / Formatter Property


In This Topic
    Formatter Property (ExtraRendererSettings)
    In This Topic
    Gets the extra formatter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As ExtraRendererSettings
    Dim value As IFormatter
     
    value = instance.Formatter
    public IFormatter Formatter {get;}
    See Also