Class ResizingReason
A ResizingReason is used by ResizingColumnsEventArgs and ResizingRowsEventArgs to give a hint about the current state of the user action and reason for this event.
Inheritance
System.Object
    ResizingReason
  Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class ResizingReason : Enum
  Fields
DoubleTapped
Indicates user double tapped
Declaration
public const ResizingReason DoubleTapped
  Field Value
| Type | 
|---|
| ResizingReason | 
Hidden
Indicates user whether row or column is hidden or not.
Declaration
public const ResizingReason Hidden
  Field Value
| Type | 
|---|
| ResizingReason | 
HitTest
Indicates hit test.
Declaration
public const ResizingReason HitTest
  Field Value
| Type | 
|---|
| ResizingReason | 
PointerMove
Indicates user pointer mouse.
Declaration
public const ResizingReason PointerMove
  Field Value
| Type | 
|---|
| ResizingReason | 
PointerPressed
Indicates user pointer pressed
Declaration
public const ResizingReason PointerPressed
  Field Value
| Type | 
|---|
| ResizingReason | 
PointerReleased
Indicates user pointer released.
Declaration
public const ResizingReason PointerReleased
  Field Value
| Type | 
|---|
| ResizingReason |