ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / TableGroups Class / Styles Property

In This Topic
    Styles Property (TableGroups)
    In This Topic
    Gets or sets the styles for the table groups.
    Syntax
    'Declaration
     
    Public Property Styles As TableStyles()
    public TableStyles[] Styles {get; set;}

    Property Value

    An array of TableStyles representing the styles for the table groups.
    See Also