Class RadzenSplitterEventArgs
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSplitterEventArgs
Constructors
RadzenSplitterEventArgs()
Declaration
public RadzenSplitterEventArgs()
Properties
Cancel
Gets or sets a value which will cancel the event.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Pane
Gets the pane which the event applies to.
Declaration
public RadzenSplitterPane Pane { get; set; }
Property Value
Type | Description |
---|---|
RadzenSplitterPane | The pane. |
PaneIndex
Gets the index of the pane.
Declaration
public int PaneIndex { get; set; }
Property Value
Type | Description |
---|---|
int |