Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadOpenHighLowCloseSeries Class / IsHidden Property


In This Topic
    IsHidden Property (SpreadOpenHighLowCloseSeries)
    In This Topic
    Gets a value that indicates whether this instance is hidden.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsHidden As Boolean
    'Usage
     
    Dim instance As SpreadOpenHighLowCloseSeries
    Dim value As Boolean
     
    value = instance.IsHidden
    public override bool IsHidden {get;}

    Property Value

    true if this instance is hidden; otherwise, false.
    See Also