WPF

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

    Show / Hide Table of Contents

    Interface IGridVolatileCellStylesHost

    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public interface IGridVolatileCellStylesHost

    Properties

    BaseStylesMap

    Declaration
    GridBaseStylesMap BaseStylesMap { get; }
    Property Value
    Type Description
    GridBaseStylesMap

    Methods

    CommitCellInfo(RowColumnIndex, GridStyleInfo, StyleInfoProperty)

    Declaration
    void CommitCellInfo(RowColumnIndex cell, GridStyleInfo style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    StyleInfoProperty sip

    LookupCellRenderer(String)

    Declaration
    IGridCellRenderer LookupCellRenderer(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    IGridCellRenderer

    QueryBaseStyles(RowColumnIndex, GridStyleInfo)

    Declaration
    IStyleInfo[] QueryBaseStyles(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    Returns
    Type Description
    IStyleInfo[]

    QueryCellInfo(RowColumnIndex, GridStyleInfo)

    Declaration
    void QueryCellInfo(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved