@namespace AntDesign @inherits ColumnBase @if (IsPlaceholder) { } else if (IsColGroup) { if (Width > 0) { } } else if (IsHeader) { @(Title) } else { @ChildContent }