Table of Contents

Class RadzenSplitterEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

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

public class RadzenSplitterEventArgs
Inheritance
RadzenSplitterEventArgs
Derived
Inherited Members

Constructors

RadzenSplitterEventArgs()

public RadzenSplitterEventArgs()

Properties

Cancel

Gets or sets a value which will cancel the event.

public bool Cancel { get; set; }

Property Value

bool

true to cancel the event; otherwise, false.

Pane

Gets the pane which the event applies to.

public RadzenSplitterPane Pane { get; set; }

Property Value

RadzenSplitterPane

The pane.

PaneIndex

Gets the index of the pane.

public int PaneIndex { get; set; }

Property Value

int