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.
Implements
System.IDisposable
Inherited Members
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.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
Explicit Interface Implementations
IGridTableCellStyleCache.GetStyleAtColumn(Int32)
Declaration
GridTableCellStyleInfo IGridTableCellStyleCache.GetStyleAtColumn(int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIndex |
Returns
Type |
---|
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