Class SplitterEventArgsBase
Inheritance
System.Object
SplitterEventArgsBase
Namespace: Telerik.Blazor.Components.Splitter.EventArgs
Assembly: Telerik.Blazor.dll
Syntax
public class SplitterEventArgsBase : Object
Constructors
SplitterEventArgsBase()
Declaration
public SplitterEventArgsBase()
Properties
Index
The index of the pane.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|