menu

WPF

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

    Show / Hide Table of Contents

    Class GridColumnResizingController

    Provides the base implementation for column resizing operations in SfDataGrid.

    Inheritance
    System.Object
    GridColumnResizingController
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridColumnResizingController : IDisposable

    Constructors

    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 that is displayed when the column is resized using mouse pointer in SfDataGrid.

    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 SfDataGrid.

    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved