ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / Rule Class / AppliesTo Property

In This Topic
    AppliesTo Property (Rule)
    In This Topic
    Gets a ItemRangeCollection collection of that specifies the range of items that the formatting rule applies to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AppliesTo As ItemRangeCollection
    public ItemRangeCollection AppliesTo {get;}
    See Also