Class TreeGridColumnResizingController
Provides the base implementation for column resizing operations in SfTreeGrid.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridColumnResizingController : Object, IDisposable
Constructors
TreeGridColumnResizingController(SfTreeGrid)
Initializes a new instance of TreeGridColumnResizingController class.
Declaration
public TreeGridColumnResizingController(SfTreeGrid treeGrid)
Parameters
Type | Name | Description |
---|---|---|
SfTreeGrid | treeGrid | The SfTreeGrid. |
Properties
ResizingCursor
Gets or sets the cursor that is displayed when the column is resized using mouse pointer in SfTreeGrid.
Declaration
public Cursor ResizingCursor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.Cursor | A System.Windows.Input.Cursor that represents the cursor to display when the column is resized. |
UnhideCursor
Gets or sets the cursor that is displayed when the column is hidden using mouse pointer in SfTreeGrid.
Declaration
public Cursor UnhideCursor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.Cursor | A System.Windows.Input.Cursor that represents the cursor to display when the column is hidden. |
Methods
Dispose()
Releases all the resources used by the TreeGridColumnResizingController class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the TreeGridColumnResizingController 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. |