DashboardCommandStyle Enumeration |
The ways in which a dashboard command can be rendered.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic enum DashboardCommandStyle
Public Enumeration DashboardCommandStyle
public enum class DashboardCommandStyle
Members
| Member name | Value | Description |
---|
| Link | 0 |
Indicates the command should be shown as a link.
|
| Button | 1 |
Indicates the command should be shown as a button.
|
See Also