Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IFilterSupportConditionalFormattingRule Interface / BackColorFilterSupport Property


In This Topic
    BackColorFilterSupport Property
    In This Topic
    Gets a value that indicates whether a backcolor filter is supported.
    Syntax
    'Declaration
     
    
    ReadOnly Property BackColorFilterSupport As Boolean
    'Usage
     
    
    Dim instance As IFilterSupportConditionalFormattingRule
    Dim value As Boolean
     
    value = instance.BackColorFilterSupport
    bool BackColorFilterSupport {get;}

    Property Value

    true if backcolor filter is supported; otherwise, false.
    See Also