Back to Devexpress

GridView.CollapseMasterRow Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-collapsemasterrow.md

latest773 B
Original Source

GridView.CollapseMasterRow Method

NameParametersDescription
CollapseMasterRow(Int32, Int32)rowHandle, relationIndexCollapses a specific detail View which belongs to the specific master row.
CollapseMasterRow(Int32, String)rowHandle, relationNameCollapses a master row’s detail View, identified by the name of the relationship associated with it.
CollapseMasterRow(Int32)rowHandleCollapses the specified master row.