menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataVolatileCellStyles - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataVolatileCellStyles

    Inheritance
    System.Object
    GridVolatileCellStyles
    GridDataVolatileCellStyles
    Implements
    System.IDisposable
    Inherited Members
    GridVolatileCellStyles.BaseStylesMap
    GridVolatileCellStyles.Clear()
    GridVolatileCellStyles.Clear(CellSpanInfoBase)
    GridVolatileCellStyles.Clear(RowColumnIndex)
    GridVolatileCellStyles.Dispose()
    GridVolatileCellStyles.GetItem(RowColumnIndex)
    GridVolatileCellStyles.Host
    GridVolatileCellStyles.InsertColumns(Int32, Int32)
    GridVolatileCellStyles.InsertColumns(Int32, Int32, GridVolatileCellStyles)
    GridVolatileCellStyles.InsertRows(Int32, Int32)
    GridVolatileCellStyles.InsertRows(Int32, Int32, GridVolatileCellStyles)
    GridVolatileCellStyles.Item[Int32, Int32]
    GridVolatileCellStyles.Item[RowColumnIndex]
    GridVolatileCellStyles.OnQueryCellInfo(RowColumnIndex, GridStyleInfo)
    GridVolatileCellStyles.RemoveColumns(Int32, Int32)
    GridVolatileCellStyles.RemoveColumns(Int32, Int32, GridVolatileCellStyles)
    GridVolatileCellStyles.RemoveRows(Int32, Int32)
    GridVolatileCellStyles.RemoveRows(Int32, Int32, GridVolatileCellStyles)
    GridVolatileCellStyles.ResetItem(RowColumnIndex)
    GridVolatileCellStyles.SetItem(RowColumnIndex, GridStyleInfo)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataVolatileCellStyles : GridVolatileCellStyles, IDisposable

    Constructors

    GridDataVolatileCellStyles(IGridVolatileCellStylesHost)

    Declaration
    public GridDataVolatileCellStyles(IGridVolatileCellStylesHost host)
    Parameters
    Type Name Description
    IGridVolatileCellStylesHost host

    Properties

    CurrencyManager

    Declaration
    public GridDataCurrentRecordManager CurrencyManager { get; }
    Property Value
    Type
    GridDataCurrentRecordManager

    Model

    Declaration
    public GridDataTableModel Model { get; }
    Property Value
    Type
    GridDataTableModel

    Table

    Declaration
    public GridDataTable Table { get; }
    Property Value
    Type
    GridDataTable

    TableProperties

    Declaration
    public GridDataTableProperties TableProperties { get; }
    Property Value
    Type
    GridDataTableProperties

    Methods

    CreateStyle(RowColumnIndex)

    Declaration
    protected override GridStyleInfo CreateStyle(RowColumnIndex cell)
    Parameters
    Type Name Description
    RowColumnIndex cell
    Returns
    Type
    GridStyleInfo
    Overrides
    GridVolatileCellStyles.CreateStyle(RowColumnIndex)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved