Blazor

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

    Show / Hide Table of Contents

    Class ResizeArgs

    Defines the resize event arguments

    Inheritance
    System.Object
    ResizeArgs
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeArgs : Object

    Constructors

    ResizeArgs()

    Declaration
    public ResizeArgs()

    Properties

    Element

    Specifies the cell element being resized.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Specifies the original event.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    Id

    Specifies Resizing panel id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    IsInteracted

    Specifies that event has triggered by user interaction.

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

    Name

    Specifies Event name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved