class
PanelComponent
public abstract class PanelComponent : Component Properties
| Name | Type | Description |
|---|---|---|
Panel | Panel | The panel. Can be null if the panel doesn't exist yet. |
Methods
Boolean HasClass(String className) Void RemoveClass(String className) Void AddClass(String className) Void BindClass(String className, Func<Boolean> func) Void SetClass(String className, Boolean enabled) Void StateHasChanged() Should be called when you want the component to be re-rendered.