Class SplitterExpandEventArgs
The event args for the expand event.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SplitterExpandEventArgs : SplitterEventArgsBase, IRenderEventArgs
Constructors
SplitterExpandEventArgs()
Declaration
public SplitterExpandEventArgs()
Properties
ShouldRender
Defines whether the component should re-render.
Declaration
public bool ShouldRender { get; set; }
Property Value
System.Boolean
|