ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ItemsQueryGrouping Class / children Property

In This Topic
    children Property (_ItemsQueryGrouping)
    In This Topic
    Syntax
    'Declaration
     
    Public Property children As List(Of IQueryGrouping)
    public List<IQueryGrouping> children {get; set;}
    See Also