@namespace AntDesign @inherits ColumnBase @if (IsPlaceholder) { } else if (IsColGroup) { if (Width > 0) { } } else if (IsHeader) { @if (Type == "checkbox") { } } else { @if (Type == "checkbox") { } else if (Type == "radio") { } }