Supplies information about a Expand or Collapse event that is being raised.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class RadzenSplitterEventArgsSupplies information about a Expand or Collapse event that is being raised.
public RadzenSplitterEventArgs()Gets or sets a value which will cancel the event.
public bool Cancel { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value which will cancel the event. |
Gets the pane which the event applies to.
public RadzenSplitterPane Pane { get; set; }
| Type | Description |
|---|---|
| RadzenSplitterPane | Gets the pane which the event applies to. |
Gets the index of the pane.
public int PaneIndex { get; set; }
| Type | Description |
|---|---|
| int | Gets the index of the pane. |