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

GridViewBase.ExpandFocusedRow() Method

Expands the focused group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public bool ExpandFocusedRow()

Returns

Type Description
Boolean

true if the group row has been expanded; otherwise, false.

Remarks

The ExpandFocusedRow method does nothing if the focused row is not a group row. To learn more, see Expanding and Collapsing Group Rows.

See Also