Class TableColumn
Inheritance
object
TableColumn
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Web.Extensibility.TableColumns
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class TableColumn
Constructors
TableColumn()
Declaration
public TableColumn()
Properties
Actions
Declaration
public List<EntityAction> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><EntityAction> |
Component
Declaration
public Type Component { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Data
Declaration
public string Data { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayFormat
Declaration
public string DisplayFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayFormatProvider
Declaration
public IFormatProvider DisplayFormatProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| System.IFormatProvider |
Sortable
Declaration
public bool Sortable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueConverter
Declaration
public Func<object, string> ValueConverter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><object, string> |