| AppletWidgetView Property |
Gets or sets the action button to apply to the panel header
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public AppletWidgetView View { get; set; }
Public Property View As AppletWidgetView
Get
Set
public:
property AppletWidgetView View {
AppletWidgetView get ();
void set (AppletWidgetView value);
}
member View : AppletWidgetView with get, set
Property Value
Type:
AppletWidgetViewSee Also