DatabaseSchemaViewNode.IsExpandable Property

Gets or sets whether this node can have children.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property IsExpandable As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseSchemaViewNode
Dim value As Boolean

value = instance.IsExpandable

instance.IsExpandable = value
public bool IsExpandable { get; set; }
public:
virtual property bool IsExpandable {
    bool get () sealed;
    void set (bool value) sealed;
}
final function get IsExpandable () : boolean
final function set IsExpandable (value : boolean)
abstract IsExpandable : bool with get, set
override IsExpandable : bool with get, set

Property Value

Type: System.Boolean

Implements

IDatabaseSchemaViewNode.IsExpandable

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

DatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace