Class GraphicVolatileData
Inheritance
System.Object
GraphicVolatileData
Implements
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)
System.Object.ToString()
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicVolatileData : IGraphicVolatileData
Constructors
GraphicVolatileData(GraphicVolatileCellStyles)
Declaration
public GraphicVolatileData(GraphicVolatileCellStyles volatileCellStyles)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicVolatileCellStyles | volatileCellStyles |
Methods
Clear()
Declaration
public void Clear()
Clear(CellSpanInfoBase)
Declaration
public void Clear(CellSpanInfoBase cellSpan)
Parameters
| Type | Name | Description |
|---|---|---|
| CellSpanInfoBase | cellSpan |
Clear(Int32)
Declaration
public void Clear(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
GetItem(Int32)
Declaration
public GraphicStyleInfo GetItem(int cell)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | cell |
Returns
| Type |
|---|
| GraphicStyleInfo |
IsVisibleCell(Int32)
Declaration
public bool IsVisibleCell(int cell)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | cell |
Returns
| Type |
|---|
| System.Boolean |
ResetItem(Int32)
Resets cache for a specific cell.
Declaration
public void ResetItem(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
SetItem(Int32, GraphicStyleInfo)
Declaration
public void SetItem(int cell, GraphicStyleInfo style)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | cell | |
| GraphicStyleInfo | style |