Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarRule Class / ShowBarOnly Property


In This Topic
    ShowBarOnly Property (DataBarRule)
    In This Topic
    Gets or sets whether to show the bar.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShowBarOnly As Boolean
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Boolean
     
    instance.ShowBarOnly = value
     
    value = instance.ShowBarOnly
    [DefaultValue(false)]
    public bool ShowBarOnly {get; set;}
    See Also