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

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