Class SimpleStatusCardComponent
Base class for simple status card components. SimpleStatusSuccessCardComponent SimpleStatusAlertCardComponent
public abstract class SimpleStatusCardComponent : IOverviewCardComponent
- Inheritance
-
objectSimpleStatusCardComponent
- Implements
- Derived
- Extension Methods
Properties
ComponentName
Gets or sets the name of the client component.
public abstract string ComponentName { get; }
Property Value
- string
IconName
Icon rendered on the left side of the status Label.
public string IconName { get; set; }
Property Value
- string
Label
Status message.
public string Label { get; set; }
Property Value
- string
Title
Title of the status.
public string Title { get; set; }
Property Value
- string
Tooltip
Tooltip to the label.
public string Tooltip { get; set; }
Property Value
- string