Specifies behavior of expansion (+/-) button.

Namespace: Dapfor.Net.Ui
Assembly: 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 nameValueDescription
HideWhenNoChildren0 If the Row does not have children or all children are filtered, then the expansion button is not visible.
ShowAlways1 Shows the expansion button all the time, even the Row does not have the children.
HideAlways2 The expansion button is not visible.
ShowHover3 Shows the expansion button only if the Row has non-filtered children and the mouse is over the Row.

See Also