ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartMember Interface / IsToggleChild Property

In This Topic
    IsToggleChild Property
    In This Topic
    Gets a value indicating whether this member is a child of a toggle item.
    Syntax
    'Declaration
     
    ReadOnly Property IsToggleChild As Boolean
    bool IsToggleChild {get;}

    Property Value

    A System.Boolean value. true if this member is a child of a toggle item; otherwise, false.
    See Also