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

In This Topic
    Expression Property (Rule)
    In This Topic
    Gets or sets the value or expression associated with the conditional format or validation of data.
    Syntax
    'Declaration
     
    
    Public Property Expression As String
    public string Expression {get; set;}
    See Also