Class SplitterTemplates
Configure each pane and its properties to handle the pane behavior.
Inheritance
System.Object
SplitterTemplates
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SplitterTemplates : OwningComponentBase
Constructors
SplitterTemplates()
Declaration
public SplitterTemplates()
Properties
Separator
Specifies the separator icon that can be displayed in the Splitter separator.
Declaration
public RenderFragment Separator { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitialized()
Method invoked when the component is ready to start.
Declaration
protected override void OnInitialized()