Class TableColumn
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
Constructors
TableColumn()
Declaration
Properties
Actions
Declaration
public List<EntityAction> Actions { get; set; }
Property Value
Component
Declaration
public Type? Component { get; set; }
Property Value
Data
Declaration
public string Data { get; set; }
Property Value
Declaration
public string? DisplayFormat { get; set; }
Property Value
Declaration
public IFormatProvider DisplayFormatProvider { get; set; }
Property Value
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Sortable
Declaration
public bool Sortable { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
ValueConverter
Declaration
public Func<object, string>? ValueConverter { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
Width
Declaration
public string Width { get; set; }
Property Value
Extension Methods