ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / Options Property

In This Topic
    Options Property
    In This Topic
    Gets or sets IViewOptions object that represents additional appearance parameters.
    Syntax
    'Declaration
     
    
    Public Property Options As IViewOptions
    public IViewOptions Options {get; set;}
    See Also