menu

Blazor

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

    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

    Gets the current Microsoft.AspNetCore.Components.ElementReference target being resized.

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

    Id

    Gets or sets the resizing panel id.

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

    IsInteracted

    If the event is triggered by interaction, it returns true. Otherwise, it returns false.

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

    true, if the event was triggered by user interaction. Otherwise, false.

    Name

    Gets or sets the Event name.

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