Class GridRowsCache
Implements the cache to save the style information for grid rows.
Inheritance
System.Object
GridRowsCache
Implements
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, GridCellsInRowCache>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.Int32, GridCellsInRowCache>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, GridCellsInRowCache>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Add(System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Clear()
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Comparer
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.ContainsKey(System.Int32)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.ContainsValue(Syncfusion.Windows.Forms.Grid.GridCellsInRowCache)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Count
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Item[System.Int32]
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Keys
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.OnDeserialization(System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Remove(System.Int32)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.Add(System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.Contains(System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>[], System.Int32)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.IsReadOnly
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.Remove(System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.IDictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Keys
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.IDictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Values
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>>.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Keys
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Values
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Add(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Contains(System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.get_Item(System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.IsFixedSize
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.IsReadOnly
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Item[System.Object]
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Keys
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Remove(System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IDictionary.Values
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.TryGetValue(System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache)
System.Collections.Generic.Dictionary<System.Int32, Syncfusion.Windows.Forms.Grid.GridCellsInRowCache>.Values
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)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridRowsCache : Dictionary<int, GridCellsInRowCache>, IDictionary<int, GridCellsInRowCache>, ICollection<KeyValuePair<int, GridCellsInRowCache>>, IDictionary, ICollection, IReadOnlyDictionary<int, GridCellsInRowCache>, IReadOnlyCollection<KeyValuePair<int, GridCellsInRowCache>>, IEnumerable<KeyValuePair<int, GridCellsInRowCache>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
GridRowsCache()
Initializes the new instance of the GridRowsCache class.
Declaration
public GridRowsCache()
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback