Gets or sets a value indicating whether the item can be docked. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool CanDock { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CanDock As Boolean |
true if the item can be docked; otherwise, false.
See Also