WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridAutoSizeOption - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridAutoSizeOption

    Specifies the type of AutoSize options to be used in PivotGrid.

    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.Wpf.dll
    Syntax
    public enum GridAutoSizeOption

    Fields

    Name Description
    All

    All Rows will be resized.

    FixedCount

    The value specified in AutoSizeRowCount will be resized.

    None

    None of the rows will be resized.

    TotalRows

    The GrandTotal rows will be used to determine column size.

    VisibleRange

    The visible range only will be resized.

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