public abstract class DockablePaneViewModelBase : ViewModelBase| name | description |
|---|---|
| BadgePriority { get; set; } | Color of "badge indicator". Normal by default. |
| BadgeValue { get; set; } | Number displayed in "badge indicator". 0 by default. |
| IsBadgeVisible { get; set; } | Indicates whether a "badge indicator" should be shown in the pane's tab header. False by default. |
| OnActivated { get; set; } | Optional action to execute when the dockable pane becomes active. |
| OnClosed { get; set; } | Optional action to execute when the dockable pane is closed. |
| Title { get; set; } | Title of the pane displayed in its header. Empty by default. |
| name | description |
|---|---|
| DockablePaneViewModelBase() | The default constructor. |
- class ViewModelBase
- namespace Mendix.StudioPro.ExtensionsAPI.UI.DockablePane