ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ViewOptions Class / IsHeaderVisible Property

In This Topic
    IsHeaderVisible Property (ViewOptions)
    In This Topic
    Gets or sets a value indicating whether to show the C1RulesManager header.
    Syntax
    'Declaration
     
    
    Public Property IsHeaderVisible As Boolean
    public bool IsHeaderVisible {get; set;}
    See Also