menu

WPF

  • Code Examples
  • 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
    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
    IGridCellRenderer

    QueryBaseStyles(RowColumnIndex, GridStyleInfo)

    Declaration
    IStyleInfo[] QueryBaseStyles(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    Returns
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved