alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridQueryFloatCell

    Defines whether a cell is asked about support for floating over another cell or being flooded by a previous cell. See OnQueryCanFloatCell(Int32, Int32, GridStyleInfo, GridQueryFloatCell).

    Inheritance
    System.Object
    GridQueryFloatCell
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridQueryFloatCell : Enum

    Fields

    FloatCell

    Queries if cell supports floating another cell.

    Declaration
    public const GridQueryFloatCell FloatCell
    Field Value
    Type
    GridQueryFloatCell

    FloodCell

    Queries if cell can be flooded by a previous cell.

    Declaration
    public const GridQueryFloatCell FloodCell
    Field Value
    Type
    GridQueryFloatCell
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved