Back to Devexpress

GridView.ExpandMasterRow Method

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

latest776 B
Original Source

GridView.ExpandMasterRow Method

NameParametersDescription
ExpandMasterRow(Int32, Int32)rowHandle, relationIndexExpands the specified detail View, which is identified by its master row and relationship index.
ExpandMasterRow(Int32, String)rowHandle, relationNameExpands the specified master row’s detail View, which is identified by the relationship’s name.
ExpandMasterRow(Int32)rowHandleExpands the specified master row.