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

In This Topic
    Style Property (Rule)
    In This Topic
    Gets or sets the item style that will be used for conditional formatting or data validation.
    Syntax
    'Declaration
     
    
    Public Property Style As IItemStyleEx
    public IItemStyleEx Style {get; set;}
    See Also