Developer

ActiveView

Indicate currently active view.

property ActiveView: INxGridView read FActiveView write SetActiveView;

Example:


NextGrid61.ActiveView := NxReportGridView61; NextGrid61.ActiveView := NextGrid61.Views[2]; // Equal to NextGrid61.ActiveViewIndex := 2; NextGrid61.ActiveView.ShowHeader := False;

See also