Gets or sets a value indicating whether enable sibleing. This property only work on the root node.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Property EnableSiblings As Boolean
C#
public bool EnableSiblings { get; set; }
C++
public property bool EnableSiblings sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_EnableSiblings();

/** property */
public void set_EnableSiblings(bool value);
JScript
public function get EnableSiblings() : bool

public function set EnableSiblings(value : bool);

Property Value

true if [enable siblings]; otherwise, false.

See Also