WPF

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

    Show / Hide Table of Contents

    Interface IGraphicVolatileCellStylesHost

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

    Methods

    CommitGraphicCellInfo(Int32, GraphicStyleInfo, StyleInfoProperty)

    Occurs when the model is about to save style information about a specific cell.

    Declaration
    void CommitGraphicCellInfo(int index, GraphicStyleInfo style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfo style
    StyleInfoProperty sip

    LookupGraphicCellModel(String)

    Returns a GridCellModelBase for the specified id / cell type name.

    Declaration
    GraphicCellModelBase LookupGraphicCellModel(string id)
    Parameters
    Type Name Description
    System.String id

    Cell type name.

    Returns
    Type Description
    GraphicCellModelBase

    The GridCellModelBase for the given id.

    Remarks

    Calls .

    QueryBaseGraphicStyles(Int32, GraphicStyleInfo)

    Occurs when the model queries information about base styles at a specific cell.

    Declaration
    IStyleInfo[] QueryBaseGraphicStyles(int index, GraphicStyleInfo style)
    Parameters
    Type Name Description
    System.Int32 index
    GraphicStyleInfo style
    Returns
    Type Description
    IStyleInfo[]

    QueryGraphicCellInfo(Int32, GraphicStyleInfo)

    Occurs when the model queries for style information about a specific cell.

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