Class GridColumnResizingController
Provides the base implementation for column resizing operations in SfDataGrid.
Inheritance
System.Object
    GridColumnResizingController
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridColumnResizingController : Object, IDisposableConstructors
GridColumnResizingController()
Initializes a new instance of GridColumnResizingController class.
Declaration
public GridColumnResizingController()GridColumnResizingController(SfDataGrid)
Initializes a new instance of GridColumnResizingController class.
Declaration
public GridColumnResizingController(SfDataGrid dataGrid)Parameters
| Type | Name | Description | 
|---|---|---|
| SfDataGrid | dataGrid | The SfDataGrid. | 
Properties
ResizingCursor
Gets or sets the cursor type for ResizingCursor.
Declaration
public CoreCursorType ResizingCursor { get; set; }Property Value
| Type | 
|---|
| Windows.UI.Core.CoreCursorType | 
UnhideCursor
Gets or sets the cursor type for UnhideCursor.
Declaration
public CoreCursorType UnhideCursor { get; set; }Property Value
| Type | 
|---|
| Windows.UI.Core.CoreCursorType | 
Methods
Dispose()
Releases all the resources used by the GridColumnResizingController class.
Declaration
public void Dispose()Dispose(Boolean)
Disposes all the resources used by the GridColumnResizingController class.
Declaration
protected virtual void Dispose(bool isDisposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. | 
Implements
      System.IDisposable