WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapGridCellStyleInfoIdentity

    Show / Hide Table of Contents

    Class OlapGridCellStyleInfoIdentity

    Custom type for defining the cell style type identity

    Inheritance
    System.Object
    StyleInfoIdentityBase
    GridStyleInfoIdentity
    OlapGridCellStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    GridStyleInfoIdentity.Dispose()
    GridStyleInfoIdentity.MakeOfflineIdentity()
    GridStyleInfoIdentity.UpdateCellRowColumnIndex(RowColumnIndex)
    GridStyleInfoIdentity.GetBaseStyles(IStyleInfo)
    GridStyleInfoIdentity.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    GridStyleInfoIdentity.LookupCellModel(String)
    GridStyleInfoIdentity.ToString()
    GridStyleInfoIdentity.OffLine
    GridStyleInfoIdentity.GridModel
    GridStyleInfoIdentity.RowIndex
    GridStyleInfoIdentity.ColumnIndex
    GridStyleInfoIdentity.CellRowColumnIndex
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class OlapGridCellStyleInfoIdentity : GridStyleInfoIdentity, IDisposable

    Constructors

    OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex)

    Initializes a new instance of the OlapGridCellStyleInfoIdentity class.

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

    The data.

    RowColumnIndex pos

    The pos.

    OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex, Boolean)

    Initializes a new instance of the OlapGridCellStyleInfoIdentity class.

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

    The data.

    RowColumnIndex pos

    The pos.

    System.Boolean offline

    if set to true [offline].

    OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32)

    Initializes a new instance of the OlapGridCellStyleInfoIdentity class.

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

    A reference to GridVolatileCellStyles.

    System.Int32 rowIndex

    Row index.

    System.Int32 colIndex

    Column index.

    OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32, Boolean)

    Initializes a new instance of the OlapGridCellStyleInfoIdentity class.

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

    The data.

    System.Int32 rowIndex

    Index of the row.

    System.Int32 colIndex

    Index of the col.

    System.Boolean offline

    if set to true [offline].

    Properties

    CellDescriptor

    Gets or sets the cell descriptor.

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

    The cell descriptor.

    Data

    Gets or sets the cell descriptor. A reference to GridVolatileCellStyles.

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

    The data.

    IsHyperlinkCell

    Gets or sets a value indicating whether this instance is hyperlink cell.

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

    true if this instance is hyperlink cell; otherwise, false.

    Style

    Gets or sets the style.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The style.

    Implements

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