Back to Devexpress

GridViewBase.ExpandFocusedRow() Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-db7f858f.md

latest1.3 KB
Original Source

GridViewBase.ExpandFocusedRow() Method

Expands the focused group row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ExpandFocusedRow()
vb
Public Function ExpandFocusedRow As Boolean

Returns

TypeDescription
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

Focus, Navigation, Selection

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace