VGridControlBase.FullExpandRow(BaseRow) Method
Expands the specified row and all its children.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | A BaseRow descendant that represents the row to expand. |
Remarks
The FullExpandRow method expands the specified row and all its children. This method traverses through all the child rows that reside within the specified row. If the visited child row has children, the FullExpandRow method sets its BaseRow.Expanded property to true.
Calling the FullExpandRow method will have no effect if the specified row has no child rows or is a null reference.
See Also