Class
SplitterExpandEventArgs

The event args for the expand event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SplitterExpandEventArgs : SplitterEventArgsBase

Inheritance: objectSplitterEventArgsBaseSplitterExpandEventArgs

Inherited Members SplitterEventArgsBase.Index

Constructors

SplitterExpandEventArgs()

Declaration

cs-api-definition
public SplitterExpandEventArgs()

Properties

ShouldRender

Defines whether the component should re-render.

Declaration

cs-api-definition
public bool ShouldRender { get; set; }

Property Value

bool