@namespace AntDesign @inherits AntDomComponentBase @if (Grid == null) {
  • @itemChildren(this)
  • } else {
    @itemChildren(this)
    } @code{ RenderFragment itemChildren = content => @; RenderFragment actionsContent = content => @; }