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