Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / TreeLinesDashArray Property

In This Topic
    TreeLinesDashArray Property (GridCellView)
    In This Topic
    Gets or sets an array of doubles that determines the dash pattern.
    Syntax
    'Declaration
     
    
    Public Property TreeLinesDashArray As IEnumerable(Of Double)
    public IEnumerable<double> TreeLinesDashArray {get; set;}
    See Also