Class AbpTableTagHelper
Inheritance
AbpTableTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTableTagHelper : AbpTagHelper<AbpTableTagHelper, AbpTableTagHelperService>, ITagHelper, ITagHelperComponent, 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
HoverableRows
Declaration
public bool? HoverableRows { get; set; }
Property Value
Responsive
Declaration
public bool? Responsive { get; set; }
Property Value
ResponsiveLg
Declaration
public bool? ResponsiveLg { get; set; }
Property Value
ResponsiveMd
Declaration
public bool? ResponsiveMd { get; set; }
Property Value
ResponsiveSm
Declaration
public bool? ResponsiveSm { get; set; }
Property Value
ResponsiveXl
Declaration
public bool? ResponsiveXl { get; set; }
Property Value
Small
Declaration
public bool? Small { get; set; }
Property Value
StripedRows
Declaration
public bool? StripedRows { get; set; }
Property Value
Implements
Extension Methods