Class SplitterTemplates
Configure each pane and its properties to handle the pane behavior.
Inherited Members
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SplitterTemplates : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SplitterTemplates()
Declaration
public SplitterTemplates()
Properties
Separator
Specifies the separator icon that can be displayed in the Splitter separator.
Declaration
[Parameter]
public RenderFragment Separator { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(bool)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | Boolean value to dispose the object. |
Overrides
OnInitialized()
Method invoked when the component is ready to start.
Declaration
protected override void OnInitialized()