alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridResizeCellsReason

    A is used by GridResizingColumnsEventArgs to give a hint about the current state of the user action and reason for this event.

    Inheritance
    System.Object
    GridResizeCellsReason
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridResizeCellsReason : Enum

    Fields

    CancelMode

    Indicates current operation was canceled.

    Declaration
    public const GridResizeCellsReason CancelMode
    Field Value
    Type
    GridResizeCellsReason

    DoubleClick

    Indicates used double clicked.

    Declaration
    public const GridResizeCellsReason DoubleClick
    Field Value
    Type
    GridResizeCellsReason

    HitTest

    Indicates this is a Hit-Test query.

    Declaration
    public const GridResizeCellsReason HitTest
    Field Value
    Type
    GridResizeCellsReason

    MouseDown

    Indicates user pressed mouse down.

    Declaration
    public const GridResizeCellsReason MouseDown
    Field Value
    Type
    GridResizeCellsReason

    MouseMove

    Indicates user is moving mouse.

    Declaration
    public const GridResizeCellsReason MouseMove
    Field Value
    Type
    GridResizeCellsReason

    MouseUp

    Indicates user released mouse.

    Declaration
    public const GridResizeCellsReason MouseUp
    Field Value
    Type
    GridResizeCellsReason

    ResetDefault

    Indicates changes row heights or column widths will be reset back to default value.

    Declaration
    public const GridResizeCellsReason ResetDefault
    Field Value
    Type
    GridResizeCellsReason

    ResetHide

    Indicates hidden rows or column will be made visible.

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