Class GroupsDetails
Defines the class that provides details section of a group with nested child groups.
Inherited Members
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class GroupsDetails : DetailsSection, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IContainerElement, IElementTreeTableSource, IElement
Constructors
GroupsDetails(Group)
Initializes a new instance of the GroupsDetails class in the specified group.
Declaration
public GroupsDetails(Group parent)
Parameters
Type | Name | Description |
---|---|---|
Group | parent | The group this section is created in. |
Properties
Groups
Gets the collection of child groups.
Declaration
public GroupsInDetailsCollection Groups { get; }
Property Value
Type |
---|
GroupsInDetailsCollection |
GroupSortOrderDirty
Gets or sets the value that indicates whether to modify the records should modify or not.
Declaration
public bool GroupSortOrderDirty { get; set; }
Property Value
Type |
---|
System.Boolean |
HasGroupSortOrder
Gets or sets the value that indicates whether the Group sort order is enabled or not.
Declaration
public bool HasGroupSortOrder { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose(Boolean)
Overrides and manages the unwanted resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
InvalidateCounter()
Resets the counter.
Declaration
public override void InvalidateCounter()
Overrides
InvalidateCounterTopDown(Boolean)
Resets the counter for all elements.
Declaration
public override void InvalidateCounterTopDown(bool notifySource)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | notifySource | Indicates whether to notify the counter source. |
Overrides
OnEnsureInitialized(Object)
Overrides and determines whether to update the elements or not.
Declaration
protected override bool OnEnsureInitialized(object sender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object that triggered the OnEnsureInitialized() method call. |
Returns
Type | Description |
---|---|
System.Boolean | If Truechanges were detected and the object is updated;Otherwise False. |