Class AppBarSection
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AppBarSection : AppBarItemBase, IDisposable
Constructors
AppBarSection()
Declaration
public AppBarSection()
Properties
ChildContent
The content of the AppBar section.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|