Skip to main content
A newer version of this page is available. .

RowDetailsVisibilityMode Enum

Lists values that specify when GridControl row details are displayed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public enum RowDetailsVisibilityMode

Members

Name Description
Collapsed

The row details are not displayed for any rows.

Visible

The row details are displayed for all rows.

VisibleWhenFocused

The row details are displayed only for selected rows.

Related API Members

The following properties accept/return RowDetailsVisibilityMode values:

Remarks

Values listed by the RowDetailsVisibilityMode enumeration are used to set the TableView.RowDetailsVisibilityMode (TreeListView.RowDetailsVisibilityMode for TreeListView) property.

See Also