alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ExpandedEventArgs

    Provides information about an Collapsed and Expanded event being raised.

    Inheritance
    object
    ExpandedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExpandedEventArgs

    Constructors

    ExpandedEventArgs()

    Declaration
    public ExpandedEventArgs()

    Properties

    Element

    Gets the root element of the SfSplitter component.

    Declaration
    [JsonPropertyName("element")]
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    The DOM element representing the root element of splitter.

    Event

    Gets the original event arguments when you trigger the event.

    Declaration
    [JsonPropertyName("event")]
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    EventArgs

    The original event arguments for the event that was triggered.

    Index

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

    Declaration
    [JsonPropertyName("index")]
    public int[] Index { get; set; }
    Property Value
    Type Description
    int[]

    Accepts an array of integer value.

    Name

    Gets the name of the event.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    Pane

    Gets the pane elements.

    Declaration
    [JsonPropertyName("pane")]
    public List<DOM> Pane { get; set; }
    Property Value
    Type Description
    List<DOM>

    A list of DOM elements representing the panes of the Splitter.

    PaneSizes

    Gets an array of pane size when it resizes.

    Declaration
    [JsonPropertyName("paneSize")]
    public double[] PaneSizes { get; set; }
    Property Value
    Type Description
    double[]

    Accepts an array of double value that representing the size of panes.

    Separator

    Gets the corresponding split-bar element.

    Declaration
    [JsonPropertyName("separator")]
    public DOM Separator { get; set; }
    Property Value
    Type Description
    DOM

    The DOM element representing the corresponding split-bar for the Splitter.

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