menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridColumnResizingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridColumnResizingEventArgs

    Provides data for the ColumnResizing event.

    Inheritance
    System.Object
    DataGridColumnResizingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridColumnResizingEventArgs : CancelEventArgs

    Constructors

    DataGridColumnResizingEventArgs()

    Declaration
    public DataGridColumnResizingEventArgs()

    Properties

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    NewValue

    Declaration
    public double NewValue { get; }
    Property Value
    Type
    System.Double

    ResizingState

    Gets or sets the status of a currently resizing column.

    Declaration
    public DataGridProgressState ResizingState { get; }
    Property Value
    Type
    DataGridProgressState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved