WinForms

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

    Show / Hide Table of Contents

    Class GridRecordRowWithCache

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

    Inheritance
    System.Object
    Element
    RowElement
    RecordRow
    GridRecordRow
    GridRecordRowWithCache
    Implements
    System.IDisposable
    ITreeTableCounterSource
    ITreeTableSummaryArraySource
    IGridTableCellAppearanceSource
    IGridTableCellStyleCache
    Inherited Members
    GridRecordRow.GetBaseAppearance()
    GridRecordRow.ShouldSerializeAppearance()
    GridRecordRow.ResetAppearance()
    GridRecordRow.IGridTableCellAppearanceSource.GetAppearance()
    GridRecordRow.IGridTableCellAppearanceSource.RaiseAppearanceChanged(GridTableCellStyleInfoChangedEventArgs)
    GridRecordRow.IGridTableCellAppearanceSource.RaiseAppearanceChanging(GridTableCellStyleInfoChangedEventArgs)
    GridRecordRow.ParentTableDescriptor
    GridRecordRow.Engine
    GridRecordRow.EngineTable
    GridRecordRow.ParentRecord
    GridRecordRow.ParentChildTable
    GridRecordRow.ParentTable
    GridRecordRow.ReadOnlyAppearance
    GridRecordRow.Appearance
    RecordRow.ToString()
    RecordRow.GetElementCount()
    RecordRow.OnEnsureInitialized(Object)
    RecordRow.GetVisibleCount()
    RecordRow.GetYAmountCount()
    RecordRow.Kind
    RecordRow.ParentElement
    RowElement.SupportsId()
    RowElement.GetFilteredRecordCount()
    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 GridRecordRowWithCache : GridRecordRow, IDisposable, IDisposedEvent, IIsDisposedProperty, ITreeTableCounterSource, ITreeTableSummaryArraySource, IDisplayElement, IGridTableCellAppearanceSource, IGridTableCellStyleCache

    Constructors

    GridRecordRowWithCache(RecordRowsPart)

    Initializes a new instance of the GridRecordRowWithCache class.

    Declaration
    public GridRecordRowWithCache(RecordRowsPart parent)
    Parameters
    Type Name Description
    RecordRowsPart 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
    GridRecordRow.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 - 2021 Syncfusion Inc. All Rights Reserved