@namespace AntDesign @inherits AntComponentBase @typeparam TItem @if (IsHeader) { @(Title??DisplayName??FieldName) } else { @if (CellRender != null) { @CellRender(Field) } else if (ChildContent != null) { @ChildContent } else { @Field } }