ASP.NET Core 12.1.12
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class ToggleInformation

Represents a toggle group info used in toggle operations within a query builder model.

Inheritance
System.Object
ToggleInformation
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class ToggleInformation : Object

Constructors

ToggleInformation()

Declaration
public ToggleInformation()

Properties

CurrentToggleGroupKey

Gets or sets the group key for toggle in the query builder model.

Declaration
public string CurrentToggleGroupKey { get; set; }
Property Value
Type Description
System.String

HasToggle

Gets or sets the toggle group or not for the query builder model.

Declaration
public bool HasToggle { get; set; }
Property Value
Type Description
System.Boolean

ToggleGroupsState

Gets or sets the list of group toggle state for the query builder model.

Declaration
public Dictionary<string, bool> ToggleGroupsState { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Boolean>
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved