menu

Blazor

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

    Show / Hide Table of Contents

    Class ResizeArgs

    Provides information about an OnResizeStart event.

    Inheritance
    System.Object
    GridEventBaseArgs
    ResizeArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeArgs : GridEventBaseArgs

    Constructors

    ResizeArgs()

    Declaration
    public ResizeArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the resize action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false. If the Cancel property is set to true, then the resize action will be cancelled.

    Column

    Gets the details of the resizing column.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    A GridColumn object that represents the details of the resizing column.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved