RadzenSplitterEventArgs Class

Supplies information about a Expand or Collapse event that is being raised.

Inheritance

Object

RadzenSplitterEventArgs

RadzenSplitterResizeEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSplitterEventArgs

Constructors

RadzenSplitterEventArgslink

Supplies information about a Expand or Collapse event that is being raised.

Declaration
public RadzenSplitterEventArgs()

Properties

Cancellink

Gets or sets a value which will cancel the event.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
boolGets or sets a value which will cancel the event.

Panelink

Gets the pane which the event applies to.

Declaration
public RadzenSplitterPane Pane { get; set; }
Property Value
Type Description
RadzenSplitterPaneGets the pane which the event applies to.

PaneIndexlink

Gets the index of the pane.

Declaration
public int PaneIndex { get; set; }
Property Value
Type Description
intGets the index of the pane.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙