ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IToggleController Interface / IsToggle Property

In This Topic
    IsToggle Property
    In This Topic
    Gets a value indicating whether the current item toggles the visibility of any report items.
    Syntax
    'Declaration
     
    ReadOnly Property IsToggle As Boolean
    bool IsToggle {get;}

    Property Value

    A System.Boolean value. true if the current item toggles visibility; otherwise, false.
    See Also