Class PivotGridStyleInfoIdentity
Class that holds the customized Grid cells rather than the default one.
Implements
System.IDisposable
Inherited Members
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 |
---|
System.Boolean |
IsExpanded
Gets or sets whether the group is expanded or not.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
---|
System.Boolean |
IsHyperlinkCell
Gets or sets whether the cell is hyperlink or not.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotCellInfo
Gets or sets the cell information.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |
Style
Gets or sets the style of cell.
Declaration
public Style Style { get; set; }
Property Value
Type |
---|
System.Windows.Style |
ToolTipEnabled
Gets or sets whether tooltip is enabled or not.
Declaration
public bool ToolTipEnabled { get; set; }
Property Value
Type |
---|
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
Implements
System.IDisposable