WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCaptionRowWithCache - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCaptionRowWithCache

    This is a specialized version of the GridCaptionRow class. It implements the IGridTableCellStyleCache and keeps a cache with style information for individual cells.

    Inheritance
    System.Object
    Element
    RowElement
    CaptionRow
    GridCaptionRow
    GridCaptionRowWithCache
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    IGridTableCellAppearanceSource
    IGridTableCellStyleCache
    Inherited Members
    GridCaptionRow.GetBaseAppearance()
    GridCaptionRow.ShouldSerializeAppearance()
    GridCaptionRow.ResetAppearance()
    GridCaptionRow.IGridTableCellAppearanceSource.GetAppearance()
    GridCaptionRow.IGridTableCellAppearanceSource.RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs)
    GridCaptionRow.IGridTableCellAppearanceSource.RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs)
    GridCaptionRow.ParentTableDescriptor
    GridCaptionRow.Engine
    GridCaptionRow.EngineTable
    GridCaptionRow.ParentRecord
    GridCaptionRow.ParentChildTable
    GridCaptionRow.ParentTable
    GridCaptionRow.ReadOnlyAppearance
    GridCaptionRow.Appearance
    CaptionRow.GetElementCount()
    CaptionRow.GetVisibleCount()
    CaptionRow.GetYAmountCount()
    CaptionRow.ToString()
    CaptionRow.Kind
    CaptionRow.ParentElement
    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.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.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.ParentDisplayElement
    Element.ParentGroup
    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.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridCaptionRowWithCache : GridCaptionRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridTableCellStyleCache

    Constructors

    GridCaptionRowWithCache(CaptionSection)

    Initializes a new instance of the GridCaptionRowWithCache class.

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

    The parent element.

    Methods

    Dispose(Boolean)

    Release the unmanaged resource.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    True to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    GridCaptionRow.Dispose(Boolean)

    Explicit Interface Implementations

    IGridTableCellStyleCache.GetStyleAtColumn(Int32)

    Declaration
    GridTableCellStyleInfo IGridTableCellStyleCache.GetStyleAtColumn(int colIndex)
    Parameters
    Type Name Description
    System.Int32 colIndex
    Returns
    Type Description
    GridTableCellStyleInfo

    IGridTableCellStyleCache.ResetStyles()

    Declaration
    void IGridTableCellStyleCache.ResetStyles()

    IGridTableCellStyleCache.SetStyleAtColumn(Int32, GridTableCellStyleInfo)

    Declaration
    void IGridTableCellStyleCache.SetStyleAtColumn(int colIndex, GridTableCellStyleInfo style)
    Parameters
    Type Name Description
    System.Int32 colIndex
    GridTableCellStyleInfo style

    Implements

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