menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupingColumnHeaderRow - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupingColumnHeaderRow

    Defines a custom column header row.

    Inheritance
    System.Object
    Element
    RowElement
    ColumnHeaderRow
    GridColumnHeaderRow
    GroupingColumnHeaderRow
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    IGridTableCellAppearanceSource
    IGridRowHeight
    Inherited Members
    ColumnHeaderRow.GetElementCount()
    ColumnHeaderRow.GetVisibleCount()
    ColumnHeaderRow.Kind
    ColumnHeaderRow.OnEnsureInitialized(Object)
    ColumnHeaderRow.ParentElement
    ColumnHeaderRow.ToString()
    Element.ChildTableGroupLevel
    Element.Dispose()
    Element.Disposed
    Element.Disposing
    Element.EnsureInitialized(Object)
    Element.EnsureInitialized(Object, Boolean)
    Element.GetCaptionSection()
    Element.GetCaptionSection(Element)
    Element.GetChildCount()
    Element.GetColumnHeaderSection()
    Element.GetColumnHeaderSection(Element)
    Element.GetCounter()
    Element.GetCustomCount()
    Element.GetCustomPosition()
    Element.GetData()
    Element.GetFilterBar()
    Element.GetFilterBar(Element)
    Element.GetRecord()
    Element.GetRecord(Element)
    Element.GetSummaries(Table)
    Element.GetSummaries(Table, Boolean)
    Element.GetVisibleCustomCount()
    Element.GetVisibleCustomPosition()
    Element.GetVisibleInHierarchy()
    Element.GetVisibleInParent()
    Element.GroupLevel
    Element.InDisposed
    Element.Info
    Element.InvalidateCounter()
    Element.IsCaption()
    Element.IsCaption(Element)
    Element.IsChildVisible(Element)
    Element.IsColumnHeader()
    Element.IsColumnHeader(Element)
    Element.IsDisposed
    Element.IsFilterBar()
    Element.IsFilterBar(Element)
    Element.IsRecord()
    Element.IsRecord(Element)
    Element.ITreeTableSummaryArraySource.GetSummaries(ITreeTableEmptySummaryArraySource, Boolean)
    Element.OnBeginEditCalled()
    Element.OnBeginEditComplete(Boolean)
    Element.OnCancelEditCalled()
    Element.OnCancelEditComplete(Boolean)
    Element.OnDisposed(EventArgs)
    Element.OnElementTreeInvalidateCounterBottomUp()
    Element.OnEndEditCalled()
    Element.OnEndEditComplete(Boolean)
    Element.OnEnterRecordCalled()
    Element.OnEnterRecordComplete(Boolean)
    Element.OnLeaveRecordCalled()
    Element.OnLeaveRecordComplete(Boolean)
    Element.ParentDisplayElement
    Element.ParentGroup
    Element.ParentSection
    Element.Reserved1
    Element.Reserved10
    Element.Reserved11
    Element.Reserved16a
    Element.Reserved16b
    Element.Reserved16c
    Element.Reserved2
    Element.Reserved3
    Element.Reserved4
    Element.Reserved5
    Element.Reserved6
    Element.Reserved7
    Element.Reserved8
    Element.Reserved9
    Element.TableLevel
    GridColumnHeaderRow.Appearance
    GridColumnHeaderRow.Dispose(Boolean)
    GridColumnHeaderRow.Engine
    GridColumnHeaderRow.EngineTable
    GridColumnHeaderRow.GetBaseAppearance()
    GridColumnHeaderRow.IGridTableCellAppearanceSource.GetAppearance()
    GridColumnHeaderRow.IGridTableCellAppearanceSource.RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs)
    GridColumnHeaderRow.IGridTableCellAppearanceSource.RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs)
    GridColumnHeaderRow.ParentChildTable
    GridColumnHeaderRow.ParentRecord
    GridColumnHeaderRow.ParentTable
    GridColumnHeaderRow.ParentTableDescriptor
    GridColumnHeaderRow.ReadOnlyAppearance
    GridColumnHeaderRow.ResetAppearance()
    GridColumnHeaderRow.ShouldSerializeAppearance()
    RowElement.GetFilteredRecordCount()
    RowElement.GetRecordCount()
    RowElement.Id
    RowElement.InvalidateCounterBottomUp()
    RowElement.InvalidateCounterTopDown(Boolean)
    RowElement.InvalidateSummariesBottomUp()
    RowElement.InvalidateSummariesTopDown()
    RowElement.InvalidateSummary()
    RowElement.SupportsId()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class GroupingColumnHeaderRow : GridColumnHeaderRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridRowHeight

    Constructors

    GroupingColumnHeaderRow(ColumnHeaderSection)

    Initializes a new instance of the GroupingColumnHeaderRow class.

    Declaration
    public GroupingColumnHeaderRow(ColumnHeaderSection parent)
    Parameters
    Type Name Description
    ColumnHeaderSection parent

    The parent element.

    Properties

    HasRowHeight

    Gets a value indicating whether the row height was modified or if default setting should be used.

    Declaration
    public bool HasRowHeight { get; }
    Property Value
    Type
    System.Boolean

    RowHeight

    Gets or sets the row height.

    Declaration
    public int RowHeight { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    GetYAmountCount()

    This is where the row height then gets integrated with the engine YAmount Counter logic.

    Declaration
    public override double GetYAmountCount()
    Returns
    Type Description
    System.Double

    Row height.

    Overrides
    ColumnHeaderRow.GetYAmountCount()

    SupportsRowHeight()

    Determines if elements supports storing row heights

    Declaration
    public bool SupportsRowHeight()
    Returns
    Type Description
    System.Boolean

    True if it supports; False otherwise.

    Implements

    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    IGridTableCellAppearanceSource
    IGridRowHeight
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved