Skip to main content

GridViewBase.CollapseFocusedRow() Method

Collapses the focused group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool CollapseFocusedRow()

Returns

Type Description
Boolean

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

Remarks

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

See Also