menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataTableStyleInfoIdentity

    Inheritance
    System.Object
    StyleInfoIdentityBase
    GridStyleInfoIdentity
    GridDataTableStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    GridStyleInfoIdentity.CellRowColumnIndex
    GridStyleInfoIdentity.ColumnIndex
    GridStyleInfoIdentity.GetBaseStyles(IStyleInfo)
    GridStyleInfoIdentity.LookupCellModel(String)
    GridStyleInfoIdentity.MakeOfflineIdentity()
    GridStyleInfoIdentity.OffLine
    GridStyleInfoIdentity.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    GridStyleInfoIdentity.RowIndex
    GridStyleInfoIdentity.ToString()
    GridStyleInfoIdentity.UpdateCellRowColumnIndex(RowColumnIndex)
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    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)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataTableStyleInfoIdentity : GridStyleInfoIdentity, IDisposable

    Constructors

    GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, RowColumnIndex)

    Declaration
    public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, RowColumnIndex pos)
    Parameters
    Type Name Description
    GridDataVolatileCellStyles data
    RowColumnIndex pos

    GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, RowColumnIndex, Boolean)

    Declaration
    public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, RowColumnIndex pos, bool offline)
    Parameters
    Type Name Description
    GridDataVolatileCellStyles data
    RowColumnIndex pos
    System.Boolean offline

    GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, Int32, Int32)

    Declaration
    public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, int rowIndex, int colIndex)
    Parameters
    Type Name Description
    GridDataVolatileCellStyles data
    System.Int32 rowIndex
    System.Int32 colIndex

    GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, Int32, Int32, Boolean)

    Declaration
    public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, int rowIndex, int colIndex, bool offline)
    Parameters
    Type Name Description
    GridDataVolatileCellStyles data
    System.Int32 rowIndex
    System.Int32 colIndex
    System.Boolean offline

    Properties

    Column

    Gets the visible column.

    Declaration
    public GridDataVisibleColumn Column { get; }
    Property Value
    Type Description
    GridDataVisibleColumn

    The column.

    Data

    Declaration
    public GridDataVolatileCellStyles Data { get; }
    Property Value
    Type
    GridDataVolatileCellStyles

    GridModel

    Gets the grid model.

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

    Group

    Gets the group.

    Declaration
    public Group Group { get; }
    Property Value
    Type Description
    Syncfusion.Windows.Data.Group

    The group.

    Record

    Gets the record.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record.

    RecordEntry

    Gets the record entry.

    Declaration
    public GridDataRecord RecordEntry { get; }
    Property Value
    Type Description
    GridDataRecord

    The record entry.

    RecordIndex

    Gets the index of the record.

    Declaration
    public int RecordIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the record.

    StackHeaderColumn

    Gets the stack header column.

    Declaration
    public GridDataStackedHeaderColumn StackHeaderColumn { get; }
    Property Value
    Type Description
    GridDataStackedHeaderColumn

    The stack header column.

    StackHeaderRow

    Gets the stack header row.

    Declaration
    public GridDataStackedHeaderRow StackHeaderRow { get; }
    Property Value
    Type Description
    GridDataStackedHeaderRow

    The stack header row.

    SummaryColumn

    Gets the summary column.

    Declaration
    public GridDataSummaryColumn SummaryColumn { get; }
    Property Value
    Type Description
    GridDataSummaryColumn

    The summary column.

    SummaryRow

    Gets the summary row.

    Declaration
    public GridDataSummaryRow SummaryRow { get; }
    Property Value
    Type Description
    GridDataSummaryRow

    The summary row.

    TableCellType

    Gets the type of the table cell.

    Declaration
    public GridDataTableCellType TableCellType { get; }
    Property Value
    Type Description
    GridDataTableCellType

    The type of the table cell.

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    GridStyleInfoIdentity.Dispose()

    Implements

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