The event args for the expand event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SplitterExpandEventArgs : SplitterEventArgsBase
Inheritance: objectSplitterEventArgsBaseSplitterExpandEventArgs
Inherited Members
Constructors
C#
public SplitterExpandEventArgs()
Properties
Defines whether the component should re-render.
C#
public bool ShouldRender { get; set; }