menu

WinForms

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

    Show / Hide Table of Contents

    Class GroupingCaptionRow

    Defines a custom group caption.

    Inheritance
    System.Object
    Element
    RowElement
    CaptionRow
    GridCaptionRow
    GroupingCaptionRow
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    IGridTableCellAppearanceSource
    IGridRowHeight
    Inherited Members
    CaptionRow.GetElementCount()
    CaptionRow.GetVisibleCount()
    CaptionRow.Kind
    CaptionRow.ParentElement
    CaptionRow.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
    GridCaptionRow.Appearance
    GridCaptionRow.Dispose(Boolean)
    GridCaptionRow.Engine
    GridCaptionRow.EngineTable
    GridCaptionRow.GetBaseAppearance()
    GridCaptionRow.IGridTableCellAppearanceSource.GetAppearance()
    GridCaptionRow.IGridTableCellAppearanceSource.RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs)
    GridCaptionRow.IGridTableCellAppearanceSource.RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs)
    GridCaptionRow.ParentChildTable
    GridCaptionRow.ParentRecord
    GridCaptionRow.ParentTable
    GridCaptionRow.ParentTableDescriptor
    GridCaptionRow.ReadOnlyAppearance
    GridCaptionRow.ResetAppearance()
    GridCaptionRow.ShouldSerializeAppearance()
    RowElement.GetFilteredRecordCount()
    RowElement.GetRecordCount()
    RowElement.Id
    RowElement.InvalidateCounterBottomUp()
    RowElement.InvalidateCounterTopDown(Boolean)
    RowElement.InvalidateSummariesBottomUp()
    RowElement.InvalidateSummariesTopDown()
    RowElement.InvalidateSummary()
    RowElement.OnEnsureInitialized(Object)
    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 GroupingCaptionRow : GridCaptionRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridRowHeight

    Constructors

    GroupingCaptionRow(CaptionSection)

    Initializes a new instance of the GroupingCaptionRow class.

    Declaration
    public GroupingCaptionRow(CaptionSection parent)
    Parameters
    Type Name Description
    CaptionSection parent

    The parent element.

    Properties

    HasRowHeight

    Gets a value indicating whether 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

    Element height.

    Overrides
    CaptionRow.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