AppBarSection
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class AppBarSection : AppBarItemBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseAppBarItemBaseAppBarSection
Implements:
Inherited Members
Constructors
C#
public AppBarSection()
Properties
The content of the AppBar section.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }