menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridCellStyleInfoIdentity

    Class that holds the customized Grid cells rather than the default one.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    GridStyleInfoIdentity
    PivotGridCellStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    GridStyleInfoIdentity.CellRowColumnIndex
    GridStyleInfoIdentity.ColumnIndex
    GridStyleInfoIdentity.Dispose(Boolean)
    GridStyleInfoIdentity.Finalize()
    GridStyleInfoIdentity.GetBaseStyles(IStyleInfo)
    GridStyleInfoIdentity.GridModel
    GridStyleInfoIdentity.LookupCellRenderer(String)
    GridStyleInfoIdentity.MakeOfflineIdentity()
    GridStyleInfoIdentity.OffLine
    GridStyleInfoIdentity.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    GridStyleInfoIdentity.RowIndex
    GridStyleInfoIdentity.ToString()
    GridStyleInfoIdentity.UpdateCellRowColumnIndex(RowColumnIndex)
    StyleInfoIdentityBase.Dispose()
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridCellStyleInfoIdentity : GridStyleInfoIdentity, IDisposable

    Constructors

    PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex)

    Initializes a new instance of the PivotGridCellStyleInfoIdentity class.

    Declaration
    public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos)
    Parameters
    Type Name Description
    GridVolatileCellStyles data

    The data reference to GridVolatileCellStyles.

    RowColumnIndex pos

    The coordinates of row column position.

    PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex, Boolean)

    Initializes a new instance of the PivotGridCellStyleInfoIdentity class.

    Declaration
    public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos, bool offline)
    Parameters
    Type Name Description
    GridVolatileCellStyles data

    The data reference to GridVolatileCellStyles.

    RowColumnIndex pos

    The coordinates of row column position.

    System.Boolean offline

    To identify whether it is off-line.

    PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32)

    Initializes a new instance of the PivotGridCellStyleInfoIdentity class.

    Declaration
    public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex)
    Parameters
    Type Name Description
    GridVolatileCellStyles data

    The data reference to GridVolatileCellStyles.

    System.Int32 rowIndex

    The index of the row.

    System.Int32 colIndex

    The index of the column.

    PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32, Boolean)

    Initializes a new instance of the PivotGridCellStyleInfoIdentity class.

    Declaration
    public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex, bool offline)
    Parameters
    Type Name Description
    GridVolatileCellStyles data

    The data reference to GridVolatileCellStyles.

    System.Int32 rowIndex

    The index of the row.

    System.Int32 colIndex

    The index of the column.

    System.Boolean offline

    To identify whether it is off-line.

    Properties

    CellDescriptor

    Gets the descriptor of grid cell.

    Declaration
    public PivotCellDescriptor CellDescriptor { get; }
    Property Value
    Type
    PivotCellDescriptor

    Data

    Gets the data reference to GridVolatileCellStyles.

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

    IsHyperlinkCell

    Gets or sets a value indicating whether the grid cell is a hyperlink cell.

    Declaration
    public bool IsHyperlinkCell { get; set; }
    Property Value
    Type
    System.Boolean

    PivotCellDescriptor

    Gets the pivot cell information.

    Declaration
    public PivotCellInfo PivotCellDescriptor { get; }
    Property Value
    Type
    PivotCellInfo

    Style

    Gets or sets the style of grid cell.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved