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 |
---|
Microsoft.AspNetCore.Components.ElementReference |
Id
Gets or sets the resizing panel id.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
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 |
|
Name
Gets or sets the Event name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |