menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PivotSchemaChangedArgs

    Event argument for the PivotSchemaChangedArgs event.

    Inheritance
    System.Object
    PivotSchemaChangedArgs
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved