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


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

    Property Value

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