menu

UWP

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

    Show / Hide Table of Contents

    Class PivotSchemaChangedArgs

    Information on what changes have occurred in the Pivot Schema.

    Inheritance
    System.Object
    PivotSchemaChangedArgs
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public class PivotSchemaChangedArgs : EventArgs

    Constructors

    PivotSchemaChangedArgs()

    Declaration
    public PivotSchemaChangedArgs()

    Properties

    ChangeHints

    Gets or sets SchemaChangeHints regarding the schema information changed.

    Declaration
    public SchemaChangeHints ChangeHints { get; set; }
    Property Value
    Type
    SchemaChangeHints

    OverrideDeferLayoutUpdate

    Gets or sets whether to override the defer layout update settings.

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

    Extension Methods

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