Class ControlPanel
public class ControlPanel : ThemeControlBase, IThemeControl
- Inheritance
-
objectComponentBaseControlPanel
- Implements
- Inherited Members
Properties
BodyClass
[Parameter]
public string BodyClass { get; set; }
Property Value
- string
ButtonClass
[Parameter]
public string ButtonClass { get; set; }
Property Value
- string
ContainerClass
[Parameter]
public string ContainerClass { get; set; }
Property Value
- string
HeaderClass
[Parameter]
public string HeaderClass { get; set; }
Property Value
- string
LanguageDropdownAlignment
[Parameter]
public string LanguageDropdownAlignment { get; set; }
Property Value
- string
ShowLanguageSwitcher
[Parameter]
public bool ShowLanguageSwitcher { get; set; }
Property Value
- bool
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()