一、知道RowIndex
if BaseTableView.ViewData.Rows[a].Expandable then
if not BaseTableView.ViewData.Rows[a].HasCells then
if BaseTableView.ViewData.Rows[a].Expanded then
if not BaseTableView.ViewData.Rows[a].IsData then
if not BaseTableView.Controller.FocusedRow.IsData then
if not BaseTableView.Controller.FocusedRow.HasCells then
and so on...
if BaseTableView.ViewData.Rows[a].Expandable then
if not BaseTableView.ViewData.Rows[a].HasCells then
if BaseTableView.ViewData.Rows[a].Expanded then
if not BaseTableView.ViewData.Rows[a].IsData then
if BaseTableView.ViewData.Rows[a] is TcxGridGroupRow then
if not BaseTableView.Controller.FocusedRow.IsData then
if not BaseTableView.Controller.FocusedRow.HasCells then
and so on...