menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridColumnResizingController - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridColumnResizingController

    Provides the base implementation for column resizing operations in SfTreeGrid.

    Inheritance
    System.Object
    TreeGridColumnResizingController
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.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 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 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.

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved