AlarmItem class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.AlarmItem
Modifiers: public sealed
Summary¶
Represents one alarm item for the Alarms control.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsActive | Gets or sets a value indicating whether the alarm is active. |
| IsClosable | Gets or sets a value indicating whether the alarm can be closed. |
| IsAcknowledgeVisible | Gets or sets a value indicating whether the acknowledge action is visible. |
| Message | Gets or sets the alarm message. |
| Severity | Gets or sets the alarm severity. |
| AcknowledgeText | Gets or sets the acknowledge button label. |