Determines the level of initial Database Schema Tree nodes expansion.
'Declaration
Public Property DefaultExpandLevel As System.Integer
'Usage
Dim instance As DatabaseSchemaTreeOptions
Dim value As System.Integer
instance.DefaultExpandLevel = value
value = instance.DefaultExpandLevel
public System.int DefaultExpandLevel {get; set;}
public: __property System.int get_DefaultExpandLevel();
public: __property void set_DefaultExpandLevel(
System.int value
);
Property Value
Zero value instructs the component to show database schema tree collapsed; -1 value means full expansion of the tree. Positive values instructs the component to expand to the specified number of tree levels.