Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IconSetConditionalFormattingRule Class / IconRuleSet Property
Example


In This Topic
    IconRuleSet Property
    In This Topic
    Gets the icons.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconRuleSet As ConditionalFormattingIconRuleSet
    'Usage
     
    
    Dim instance As IconSetConditionalFormattingRule
    Dim value As ConditionalFormattingIconRuleSet
     
    value = instance.IconRuleSet
    public ConditionalFormattingIconRuleSet IconRuleSet {get;}
    Example
    This example adds an icon for a specific value in the filter.
    See Also