menu

WPF

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

    Show / Hide Table of Contents

    Enum GridResizeCellsReason

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

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridResizeCellsReason

    Fields

    Name Description
    CancelMode

    Indicates current operation was canceled.

    DoubleClick

    Indicates used double clicked.

    HitTest

    Indicates this is a Hit-Test query.

    MouseDown

    Indicates user pressed mouse down.

    MouseMove

    Indicates user is moving mouse.

    MouseUp

    Indicates user released mouse.

    ResetDefault

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

    ResetHide

    Indicates hidden rows or column will be made visible.

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