GroupingColumnHeaderRow Class Members
The following tables list the members exposed by GroupingColumnHeaderRow.
Public Constructors
Name | Description | |
---|---|---|
![]() | GroupingColumnHeaderRow Constructor | Initializes a new instance of the GroupingColumnHeaderRow class. |
Public Properties
Name | Description | |
---|---|---|
![]() | Appearance | Gets or sets The default Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellAppearance with Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellStyleInfo information for cells of this element. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ChildTableGroupLevel | Gets the level for a nested child table. (Inherited from Syncfusion.Grouping.Element) |
![]() | Disposing | Gets the value indicating whether the object is in the Dispose() method or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | Engine | Gets the engine this element belongs to. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | EngineTable | Gets the Syncfusion.Windows.Forms.Grid.Grouping.GridTable of the engine this element belongs to. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | GroupLevel | Gets the level for a nested group. (Inherited from Syncfusion.Grouping.Element) |
![]() | HasRowHeight | Gets a value indicating whether the row height was modified or if default setting should be used. |
![]() | Id | Gets the caches use this id to look up objects. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | InDisposed | Gets a value indicating whether the object was disposed and executing the Syncfusion.Grouping.Element.Disposed event. (Inherited from Syncfusion.Grouping.Element) |
![]() | Info | Gets the debug text information about the element. (Inherited from Syncfusion.Grouping.Element) |
![]() | IsDisposed | Gets a value indicating whether the object had been disposed or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | Kind | Gets the display element kind. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
![]() | ParentChildTable | Gets a reference to the child table this element belongs. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ParentDisplayElement | Gets the parent this element belongs to. If this element is a Syncfusion.Grouping.ChildTable, the Syncfusion.Grouping.NestedTable that links the parent table with the child table is returned. (Inherited from Syncfusion.Grouping.Element) |
![]() | ParentElement | Gets or sets the value of the Syncfusion.Grouping.ColumnHeaderSection elements belongs to. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
![]() | ParentGroup | Gets the reference to the parent Syncfusion.Grouping.Group this element belongs to. If the element is a top-level group, then NULL is returned. (Inherited from Syncfusion.Grouping.Element) |
![]() | ParentRecord | Gets a reference to the parent record this element belongs to. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ParentSection | Gets the reference to the parent Syncfusion.Grouping.Section this element belongs to. (Inherited from Syncfusion.Grouping.Element) |
![]() | ParentTable | Gets or sets a reference to the parent table this section belongs to. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ParentTableDescriptor | Gets the table descriptor this element belongs to. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ReadOnlyAppearance | Get the appearance of the first parent element, If this element is modified; otherwise it returns a Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellAppearance of the first parent element with appearance in the hierarchy. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | RowHeight | Gets or sets the row height. |
![]() | TableLevel | Gets the table hierarchy level of this element. (Inherited from Syncfusion.Grouping.Element) |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Cleans-up the state of this object when it is disposed. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | EnsureInitialized | Overloaded. Ensures the object and nested objects reflect any changes made to the engine or table descriptor. This is an integral part of the engine's "on-demand execution" of schema changes. Before elements in the engine are accessed, they call Syncfusion.Grouping.Element.OnEnsureInitialized. If changes were previously made that affect the queried element, all changes will be applied at this time. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetBaseAppearance | Gets a Syncfusion.Windows.Forms.Grid.Grouping.GridTableCellAppearance of the first parent element with appearance in the hierarchy. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | GetCaptionSection | Gets the CaptionSection this element belongs to or the element itself, if it is a CaptionSection. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetChildCount | Gets the number of direct child elements that belong to this element's collection or 0 if this is not a container element. Good for determining the number of items to be displayed in a group's "(#) Items" caption. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetColumnHeaderSection | Gets the ColumnHeaderSection this element belongs to or the element itself, if it is a ColumnHeaderSection. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetCustomCount | Gets the custom count for the element. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetCustomPosition | Gets the position for the Custom Counter of this element. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetData | Gets the data of the given record from the data source. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetElementCount | Gets the number of visible elements in this group. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
![]() | GetFilterBar | Gets the FilterBarSection this element belongs to or the element itself, if it is a FilterBarSection. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetFilteredRecordCount | Gets the number of visible records (excluding records that do not meet filter criteria). (Inherited from Syncfusion.Grouping.RowElement) |
![]() | GetRecord | Gets the Record this element belongs to or the element itself, if it is a Record. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetRecordCount | Gets the number of visible elements (0 for captions, groups etc. 1 for records). (Inherited from Syncfusion.Grouping.RowElement) |
![]() | GetSummaries | Overloaded. Gets summary information for this element and child elements. The summaries are in the same order as the Syncfusion.Grouping.TableDescriptor.Summaries of the parent table descriptor. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetVisibleCount | Gets the number of visible elements in this group. Do not check parent's visible state when doing returning FilterCount in display elements. Only container elements behave different. They will ignore values returned form CounterTreeTable. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
![]() | GetVisibleCustomCount | Gets the custom count for visible elements. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetVisibleCustomPosition | Gets the position for the Visible Custom Counter of this element. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetVisibleInHierarchy | Determines whether the given element is visible and if all of its parents are also visible or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetVisibleInParent | Determines whether this element is visible in the parent element it belongs to as returned by Syncfusion.Grouping.Element.IsChildVisible of the parent element or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | GetYAmountCount | Overridden. Gets the height (e.g. screen pixels) for the element. |
![]() | InvalidateCounterBottomUp | Resets the counter for all elements from bottom to top. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | InvalidateCounterTopDown | For internal use. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | InvalidateSummariesBottomUp | Resets the counter for all summaries from bottom to top. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | InvalidateSummariesTopDown | Resets the counter for all summaries from top to bottom. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | InvalidateSummary | Resets the counter for the current summary. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | IsCaption | Determines whether the given element is a caption element or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | IsChildVisible | Determines if the specified element is a direct child element of this element and if it should appear in visible display elements collection or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | IsColumnHeader | Determines whether the given element is a column header element or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | IsFilterBar | Determines whether the given element is a filter-bar element or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | IsRecord | Determines whether the given element if this is a record element. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnBeginEditCalled | Determines whether the Syncfusion.Grouping.CurrentRecordManager.BeginEdit method is called or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnBeginEditComplete | Occurs when the Syncfusion.Grouping.CurrentRecordManager.BeginEdit method successfully finishes. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnCancelEditCalled | Determines whether the Syncfusion.Grouping.CurrentRecordManager.CancelEdit method is called or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnCancelEditComplete | Occurs when the Syncfusion.Grouping.CurrentRecordManager.CancelEdit method successfully finishes. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnEndEditCalled | Determines whether the Syncfusion.Grouping.CurrentRecordManager.EndEdit method is called or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnEndEditComplete | Occurs when the Syncfusion.Grouping.CurrentRecordManager.EndEdit method successfully finishes. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnEnterRecordCalled | Determines whether the Syncfusion.Grouping.CurrentRecordManager.EnterRecord method is called or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnEnterRecordComplete | Occurs when the Syncfusion.Grouping.CurrentRecordManager.EnterRecord method successfully finishes. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnLeaveRecordCalled | Determines whether the Syncfusion.Grouping.CurrentRecordManager.LeaveRecord method is called or not. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnLeaveRecordComplete | Occurs when the Syncfusion.Grouping.CurrentRecordManager.LeaveRecord method successfully finishes. (Inherited from Syncfusion.Grouping.Element) |
![]() | ResetAppearance | Discards any changes for the Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow.Appearance object. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | ShouldSerializeAppearance | Determines whether Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow.Appearance has been modified and contents should be serialized at design-time. (Inherited from Syncfusion.Windows.Forms.Grid.Grouping.GridColumnHeaderRow) |
![]() | SupportsId | Gets a value indicating whether this object can be uniquely identified with the Syncfusion.Grouping.Element.Id property or not. Internal caches use this id to look up objects. (Inherited from Syncfusion.Grouping.RowElement) |
![]() | SupportsRowHeight | Determines if elements supports storing row heights |
![]() | ToString | Returns a string that represents the current object. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnDisposed | Raises the Syncfusion.Grouping.Element.Disposed event. (Inherited from Syncfusion.Grouping.Element) |
![]() | OnEnsureInitialized | Determines whether the virtual method is called from Syncfusion.Grouping.Element.OnEnsureInitialized and lets derived elements implement element-specific logic to ensure object is updated or not. (Inherited from Syncfusion.Grouping.ColumnHeaderRow) |
Extension Methods
Name | Description | |
---|---|---|
![]() | IterateIndex | Overloaded. Iterates the index. |
![]() | IterateIndex | Overloaded. Iterates the index. |
Public Events
Name | Description | |
---|---|---|
![]() | Disposed | Handles after the object is in disposed event. (Inherited from Syncfusion.Grouping.Element) |
See Also