DashboardCommandStyle Enumeration

The ways in which a dashboard command can be rendered.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum DashboardCommandStyle

Members

Link 0 Indicates the command should be shown as a link.
Button 1 Indicates the command should be shown as a button.

See Also