menu

Blazor

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

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Provides information about an OnResizeStart event being raised.

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

    Constructors

    ResizeEventArgs()

    Declaration
    public ResizeEventArgs()

    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

    true to cancel the resize action; otherwise, false.

    Element

    Gets the root element of the SfSplitter component.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    The DOM element representing the root of the Splitter component.

    Event

    Gets the original event arguments when you trigger the event.

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

    The event arguments associated with the event.

    Index

    Gets an array of indices representing the order of expaned panes.

    Declaration
    public int[] Index { get; set; }
    Property Value
    Type Description
    System.Int32[]

    Accepts an array of integer value.

    Name

    Gets the name of the event.

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

    Accepts the string value.

    Pane

    Gets the corresponding resizing pane.

    Declaration
    public List<DOM> Pane { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DOM>

    A list of DOM elements representing the resizing pane.

    Separator

    Gets the resizing panes separator element.

    Declaration
    public DOM Separator { get; set; }
    Property Value
    Type Description
    DOM

    The DOM element representing the separator of the resizing panes.

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