Class SplitterResizeEventArgs
The event args for the resize event.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SplitterResizeEventArgs : SplitterEventArgsBase, IRenderEventArgs
Constructors
SplitterResizeEventArgs()
Declaration
public SplitterResizeEventArgs()
Properties
ShouldRender
Defines whether the component should re-render.
Declaration
public bool ShouldRender { get; set; }
Property Value
System.Boolean
|
Size
The new size of the pane after resizing.
Declaration
public string Size { get; set; }
Property Value
System.String
|