Class RadzenSplitterEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSplitterEventArgs : object
Properties
Cancel
Gets or sets a value which will cancel the event.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
---|---|
System.Int32 |