[]
Specifies when and how the row details are displayed.
public enum DetailVisibilityMode
| Name | Description |
|---|---|
| Code | Details are shown or hidden in code, using the showDetail and hideDetail methods. |
| ExpandMulti | Details are shown or hidden using buttons added to the row headers. Multiple rows may be expanded at a time. |
| ExpandSingle | Details are shown or hidden using buttons added to the row headers. Only one row may be expanded at a time. |
| Selection | Details are shown for the row that is currently selected. |