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

In This Topic
    Enabled Property (Rule)
    In This Topic
    Gets or sets whether this conditional formatting is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also