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

Class GroupInformation

Represents information about a group in a query builder model, including its name, expressions, and sorting details.

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

Constructors

GroupInformation()

Initializes a new instance of the GroupInformation class with default values.

Declaration
public GroupInformation()

Properties

GroupExpressions

Gets or sets the expressions associated with the grou

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

GroupFieldName

Gets or sets the name of the field group.

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

GroupName

Gets or sets the name of the field group.

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

IsChildGroup

Gets or sets a value indicating whether this group is a child group.

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

IsToggleHidden

Gets or sets the direction of sorting for the group (e.g., ascending or descending).

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

SortDirection

Gets or sets the direction of sorting for the group (e.g., ascending or descending).

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

SortField

Gets or sets the field used for sorting within the group.

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

Methods

Dispose()

Releases all resources used by the GroupInformation instance.

Declaration
public void Dispose()
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