menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridModel

    Represents the grid model for Pivot Grid control.

    Inheritance
    System.Object
    GridModel
    PivotGridModel
    Implements
    System.IDisposable
    IGridVolatileCellStylesHost
    Inherited Members
    GridModel.add_ClipboardCopy(GridCutPasteEventHandler)
    GridModel.add_ClipboardCut(GridCutPasteEventHandler)
    GridModel.add_ClipboardPaste(GridCutPasteEventHandler)
    GridModel.add_ColumnsInserted(GridRangeInsertedEventHandler)
    GridModel.add_ColumnsRemoved(GridRangeRemovedEventHandler)
    GridModel.add_CommitCellInfo(GridCommitCellInfoEventHandler)
    GridModel.add_QueryBaseStyles(GridQueryBaseStylesEventHandler)
    GridModel.add_QueryCellInfo(GridQueryCellInfoEventHandler)
    GridModel.add_QueryCoveredRange(GridQueryCoveredRangeEventHandler)
    GridModel.add_RowsInserted(GridRangeInsertedEventHandler)
    GridModel.add_RowsRemoved(GridRangeRemovedEventHandler)
    GridModel.BaseStylesMap
    GridModel.ClearStyle(RowColumnIndex)
    GridModel.ClearStyles()
    GridModel.ClipboardCopy
    GridModel.ClipboardCut
    GridModel.ClipboardPaste
    GridModel.ColStyles
    GridModel.ColumnsInserted
    GridModel.ColumnsRemoved
    GridModel.CommitCellInfo
    GridModel.CopyPasteOptions
    GridModel.Dispose()
    GridModel.Dispose(Boolean)
    GridModel.FooterStyle
    GridModel.FormulaEngine
    GridModel.HasBaseStylesMap
    GridModel.HeaderStyle
    GridModel.IGridVolatileCellStylesHost.BaseStylesMap
    GridModel.IGridVolatileCellStylesHost.CommitCellInfo(RowColumnIndex, GridStyleInfo, StyleInfoProperty)
    GridModel.IGridVolatileCellStylesHost.QueryBaseStyles(RowColumnIndex, GridStyleInfo)
    GridModel.IGridVolatileCellStylesHost.QueryCellInfo(RowColumnIndex, GridStyleInfo)
    GridModel.InsertColumns(Int32, Int32)
    GridModel.InsertColumnsCore(Int32, Int32, GridMoveCellsState)
    GridModel.InsertRows(Int32, Int32)
    GridModel.InsertRowsCore(Int32, Int32, GridMoveCellsState)
    GridModel.LookupCellRenderer(String)
    GridModel.OnClipboardCopy(GridCutPasteEventArgs)
    GridModel.OnClipboardCut(GridCutPasteEventArgs)
    GridModel.OnClipboardPaste(GridCutPasteEventArgs)
    GridModel.OnColumnsInserted(GridRangeInsertedEventArgs)
    GridModel.OnColumnsRemoved(GridRangeRemovedEventArgs)
    GridModel.OnCommitCellInfo(GridCommitCellInfoEventArgs)
    GridModel.OnCreateBaseStylesMap()
    GridModel.OnCreateVolatileCellStyles()
    GridModel.OnRowsInserted(GridRangeInsertedEventArgs)
    GridModel.OnRowsRemoved(GridRangeRemovedEventArgs)
    GridModel.QueryBaseStyles
    GridModel.QueryCellInfo
    GridModel.QueryCoveredRange
    GridModel.remove_ClipboardCopy(GridCutPasteEventHandler)
    GridModel.remove_ClipboardCut(GridCutPasteEventHandler)
    GridModel.remove_ClipboardPaste(GridCutPasteEventHandler)
    GridModel.remove_ColumnsInserted(GridRangeInsertedEventHandler)
    GridModel.remove_ColumnsRemoved(GridRangeRemovedEventHandler)
    GridModel.remove_CommitCellInfo(GridCommitCellInfoEventHandler)
    GridModel.remove_QueryBaseStyles(GridQueryBaseStylesEventHandler)
    GridModel.remove_QueryCellInfo(GridQueryCellInfoEventHandler)
    GridModel.remove_QueryCoveredRange(GridQueryCoveredRangeEventHandler)
    GridModel.remove_RowsInserted(GridRangeInsertedEventHandler)
    GridModel.remove_RowsRemoved(GridRangeRemovedEventHandler)
    GridModel.RemoveColumns(Int32, Int32)
    GridModel.RemoveColumnsCore(Int32, Int32, GridMoveCellsState)
    GridModel.RemoveRows(Int32, Int32)
    GridModel.RemoveRowsCore(Int32, Int32, GridMoveCellsState)
    GridModel.ResizeColumnsToFit(GridRangeInfo, GridResizeToFitOptions)
    GridModel.ResizeRowsToFit(GridRangeInfo, GridResizeToFitOptions)
    GridModel.RowColStylePrecedence
    GridModel.RowsInserted
    GridModel.RowsRemoved
    GridModel.RowStyles
    GridModel.TableStyle
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridModel : GridModel, IDisposable, IGridVolatileCellStylesHost

    Constructors

    PivotGridModel(PivotGridControlBase)

    Initializes a new instance of the PivotGridModel class.

    Declaration
    public PivotGridModel(PivotGridControlBase grid)
    Parameters
    Type Name Description
    PivotGridControlBase grid

    The internal grid control.

    Properties

    Engine

    Gets or sets the engine data for the grid model.

    Declaration
    public object Engine { get; set; }
    Property Value
    Type
    System.Object

    Grid

    Gets the internal grid.

    Declaration
    public PivotGridControlBase Grid { get; }
    Property Value
    Type
    PivotGridControlBase

    Item[Int32, Int32]

    Gets the GridStyleInfo object associated with a particular cell.

    Declaration
    public GridStyleInfo this[int rowIndex, int colIndex] { get; set; }
    Parameters
    Type Name Description
    System.Int32 rowIndex

    The row index of the cell

    System.Int32 colIndex

    The column index of the cell

    Property Value
    Type
    GridStyleInfo

    Methods

    OnQueryCellInfo(GridQueryCellInfoEventArgs)

    Called before the QueryCellInfo event occurs.

    Declaration
    protected override void OnQueryCellInfo(GridQueryCellInfoEventArgs e)
    Parameters
    Type Name Description
    GridQueryCellInfoEventArgs e

    Event data for the event.

    Overrides
    GridModel.OnQueryCellInfo(GridQueryCellInfoEventArgs)

    Implements

    System.IDisposable
    IGridVolatileCellStylesHost

    Extension Methods

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