WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridVolatileData - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridVolatileData

    Implements the interface for a volatile data cache to be used with the VolatileData property.

    Inherited Members
    IGridData.GetBaseStyles(GridStyleInfo, Int32, Int32)
    IGridData.LookupCellModel(String)
    IGridData.Item[Int32, Int32]
    IGridData.BaseStylesMap
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridVolatileData : IGridData

    Properties

    ColCount

    Gets or sets a cached value for column count.

    Declaration
    int ColCount { get; set; }
    Property Value
    Type Description
    System.Int32

    HasColCount

    Gets a value indicating whether a value for column count has been cached.

    Declaration
    bool HasColCount { get; }
    Property Value
    Type Description
    System.Boolean

    HasRowCount

    Gets a value indicating whether a value for row count has been cached.

    Declaration
    bool HasRowCount { get; }
    Property Value
    Type Description
    System.Boolean

    RowCount

    Gets or sets a cached value for row count.

    Declaration
    int RowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clear()

    Empty the cache.

    Declaration
    void Clear()

    ResetColCount()

    Clears cached value for column count.

    Declaration
    void ResetColCount()

    ResetItem(GridCellPos)

    Resets cache for a specific cell.

    Declaration
    void ResetItem(GridCellPos cell)
    Parameters
    Type Name Description
    GridCellPos cell

    The cell coordinates.

    ResetRowCount()

    Clears cached value for row count.

    Declaration
    void ResetRowCount()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved