|
|
|
|
ExpandCollapseButtonStyleEnum Enumeration |
Used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.
Syntax ExpandCollapseButtonStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum ExpandCollapseButtonStyleEnum |
C# |
public enum ExpandCollapseButtonStyleEnum |
C++ |
public enum class ExpandCollapseButtonStyleEnum |
Member |
Value |
Description |
Conditional | 0 | The expand/collapse button is only shown if the item has dependents. |
Show | 1 | The expand/collapse button is always shown even if the item does not have dependents. An application can dynamically add dependents when the ItemClick event occurs. |
Hide | 2 | Never show the expand/collapse button even if the item has dependents. |
Comments
The ExpandCollapseButtonStyleEnum enumeration is used with the ItemClass.ExpandCollapseButton property to define the expand/collapse button style.