menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridFloatCellsMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridFloatCellsMode

    Defines floating cell's behavior in a GridModel.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridFloatCellsMode
    Remarks

    See FloatCellsMode.

    Fields

    Name Description
    BeforeDisplayCalculation

    Floating cells are always calculated before cells are displayed.

    None

    Floating cell's behavior is disabled.

    OnDemandCalculation

    Floating cells are calculated before they are displayed and results are saved. Floating cells will only be recalculated if the width or contents of cells change.

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