menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionRow - API Reference

    Show / Hide Table of Contents

    Class CaptionRow

    Defines a class that implements the row for the caption bar of a group.

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

    Constructors

    CaptionRow(CaptionSection)

    Initializes the new instance of the CaptionRow class in the specified CaptionSection.

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

    The parent that this element belongs to.

    Properties

    Kind

    Gets the value of the display element kind.

    Declaration
    public override DisplayElementKind Kind { get; }
    Property Value
    Type Description
    DisplayElementKind
    Overrides
    Element.Kind

    ParentElement

    Gets or sets the value of the CaptionSection this elements belongs to.

    Declaration
    public CaptionSection ParentElement { get; set; }
    Property Value
    Type Description
    CaptionSection

    Methods

    GetElementCount()

    Overrides and gets the element count.

    Declaration
    public override int GetElementCount()
    Returns
    Type Description
    System.Int32

    Element count.

    Overrides
    RowElement.GetElementCount()
    Remarks

    Always returns 1.

    GetVisibleCount()

    Overrides and gets the visible elements count.

    Declaration
    public override int GetVisibleCount()
    Returns
    Type Description
    System.Int32

    Visible element count.

    Overrides
    Element.GetVisibleCount()
    Remarks

    Always returns 1.

    GetYAmountCount()

    Overrides and gets the height of the element.

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

    Returns height.

    Overrides
    Element.GetYAmountCount()

    ToString()

    Overrides and returns the string representation of CaptionRow object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String representation of the current object.

    Overrides
    Element.ToString()

    Implements

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