WPF

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

    Show / Hide Table of Contents

    Class PivotGridStyleInfoIdentity

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

    Inheritance
    System.Object
    StyleInfoIdentityBase
    GridStyleInfoIdentity
    PivotGridStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    GridStyleInfoIdentity.MakeOfflineIdentity()
    GridStyleInfoIdentity.UpdateCellRowColumnIndex(RowColumnIndex)
    GridStyleInfoIdentity.GetBaseStyles(IStyleInfo)
    GridStyleInfoIdentity.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    GridStyleInfoIdentity.LookupCellModel(String)
    GridStyleInfoIdentity.ToString()
    GridStyleInfoIdentity.OffLine
    GridStyleInfoIdentity.Data
    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.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public sealed class PivotGridStyleInfoIdentity : GridStyleInfoIdentity, IDisposable

    Constructors

    PivotGridStyleInfoIdentity(GridStyleInfoIdentity)

    Initializes a new instance of the PivotGridStyleInfoIdentity class.

    Declaration
    public PivotGridStyleInfoIdentity(GridStyleInfoIdentity baseStyleIdentity)
    Parameters
    Type Name Description
    GridStyleInfoIdentity baseStyleIdentity

    Grid style information identity.

    Properties

    EnableContextMenu

    Gets or sets whether context menu is enabled or not.

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

    IsExpanded

    Gets or sets whether the group is expanded or not.

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

    IsHyperlinkCell

    Gets or sets whether the cell is hyperlink or not.

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

    PivotCellInfo

    Gets or sets the cell information.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo

    Style

    Gets or sets the style of cell.

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

    ToolTipEnabled

    Gets or sets whether tooltip is enabled or not.

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

    Methods

    Dispose()

    Method which releases the unmanaged resources in order to reduce the memory leak in each PivotGrid cell.

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

    Implements

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