Enum ColumnResizingReason
Defines the constants that specifies the reason for column resizing operation.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ColumnResizingReason
Fields
| Name | Description |
|---|---|
| Resized | Specifies the column is resized. |
| ResizeStarting | Specifies the resizing operation is being initiated. |
| Resizing | Specifies the column is being resized. |
| ResizingStarted | Specifies the resizing operation is initiated. |