| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property IsDraggable As Boolean | |
| C# | |
|---|---|
public virtual bool IsDraggable {get;} | |
The following sample code illustrates some of the information exposed by a mode.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
