Specifies behavior of expansion (+/-) button.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public enum ExpansionButtonBehaviour |
| Visual Basic |
|---|
Public Enumeration ExpansionButtonBehaviour |
| Visual C++ |
|---|
public enum class ExpansionButtonBehaviour |
| F# |
|---|
type ExpansionButtonBehaviour |
Members
| Member name | Value | Description | |
|---|---|---|---|
| HideWhenNoChildren | 0 | If the Row does not have children or all children are filtered, then the expansion button is not visible. | |
| ShowAlways | 1 | Shows the expansion button all the time, even the Row does not have the children. | |
| HideAlways | 2 | The expansion button is not visible. | |
| ShowHover | 3 | Shows the expansion button only if the Row has non-filtered children and the mouse is over the Row. |