|
|
|
|
ShowExpandCollapseButtonsEnum Enumeration |
Used with the ShowExpandCollapseButtons property to define whether expand/collapse buttons are shown.
Syntax ShowExpandCollapseButtonsEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum ShowExpandCollapseButtonsEnum |
C# |
public enum ShowExpandCollapseButtonsEnum |
C++ |
public enum class ShowExpandCollapseButtonsEnum |
Member |
Value |
Description |
None | 0 | No expand/collapse buttons are shown. |
AllLevels | 1 | Expand/collapse buttons are shown on all item levels, based on each item's ExpandCollapseButton property. |
Comments
The ShowExpandCollapseButtonsEnum enumeration is used with the ShowExpandCollapseButtons property to define whether expand/collapse buttons are shown.