Expanded
Specifies whether row with specified (absolute) index is expanded.property Expanded[Index: Integer]: Boolean read GetExpanded write SetExpanded;Example:
NextGrid1.Expanded[NextGrid1.SelectedRow] := False;
property Expanded[Index: Integer]: Boolean read GetExpanded write SetExpanded;NextGrid1.Expanded[NextGrid1.SelectedRow] := False;