Gets or sets a value indicating whether the 'Remove' button is displayed in the tab headers. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Visibility RemoveButtonVisibility { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RemoveButtonVisibility As Visibility |
A member of the WPF Visibility enumeration.
See Also