Class AbpTableTagHelper
Inheritance
System.Object
AbpTableTagHelper
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTableTagHelper : AbpTagHelper<AbpTableTagHelper, AbpTableTagHelperService>, ITransientDependency
Constructors
AbpTableTagHelper(AbpTableTagHelperService)
Declaration
public AbpTableTagHelper(AbpTableTagHelperService tagHelperService)
Parameters
Properties
BorderStyle
Declaration
public AbpTableBorderStyle BorderStyle { get; set; }
Property Value
DarkTheme
Declaration
public bool? DarkTheme { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
HoverableRows
Declaration
public bool? HoverableRows { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Responsive
Declaration
public bool? Responsive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ResponsiveLg
Declaration
public bool? ResponsiveLg { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ResponsiveMd
Declaration
public bool? ResponsiveMd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ResponsiveSm
Declaration
public bool? ResponsiveSm { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ResponsiveXl
Declaration
public bool? ResponsiveXl { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Small
Declaration
public bool? Small { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
StripedRows
Declaration
public bool? StripedRows { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Implements
ITransientDependency
Extension Methods