Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IEnhancedRenderer Interface / ConditionalFormattingSupported Property


In This Topic
    ConditionalFormattingSupported Property
    In This Topic
    Indicates whether the renderer supports painting conditional formatting.
    Syntax
    'Declaration
     
    
    ReadOnly Property ConditionalFormattingSupported As Boolean
    'Usage
     
    
    Dim instance As IEnhancedRenderer
    Dim value As Boolean
     
    value = instance.ConditionalFormattingSupported
    bool ConditionalFormattingSupported {get;}
    See Also