Class RadzenSplitterEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
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; }