WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGraphicVolatileData - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGraphicVolatileData

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGraphicVolatileData

    Methods

    Clear()

    Clears all cells.

    Declaration
    void Clear()

    Clear(CellSpanInfoBase)

    Clears a span of cells.

    Declaration
    void Clear(CellSpanInfoBase cellSpan)
    Parameters
    Type Name Description
    CellSpanInfoBase cellSpan

    Clear(Int32)

    Clears one cells.

    Declaration
    void Clear(int index)
    Parameters
    Type Name Description
    System.Int32 index

    GetItem(Int32)

    Gets the GridStyleInfo for a cell.

    Declaration
    GraphicStyleInfo GetItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    GraphicStyleInfo

    SetItem(Int32, GraphicStyleInfo)

    Sets the GridStyleInfo for a cell.

    Declaration
    void SetItem(int index, GraphicStyleInfo style)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfo style
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved