Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / IEnhancedFormatter Interface / UsableParseFormat Property


In This Topic
    UsableParseFormat Property
    In This Topic
    Gets a boolean value indicates that the custom parse format can be used to format data.
    Syntax
    'Declaration
     
    
    ReadOnly Property UsableParseFormat As Boolean
    'Usage
     
    
    Dim instance As IEnhancedFormatter
    Dim value As Boolean
     
    value = instance.UsableParseFormat
    bool UsableParseFormat {get;}
    See Also