Show / Hide Table of Contents

Enum AbpTableStyle

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Table
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public enum AbpTableStyle

Fields

Name Description
Active
Danger
Dark
Default
Info
Light
Primary
Secondary
Success
Warning

Extension Methods

AbpObjectExtensions.IsIn<AbpTableStyle>(AbpTableStyle[])
AbpObjectExtensions.IsIn<AbpTableStyle>(IEnumerable<AbpTableStyle>)
AbpObjectExtensions.If<AbpTableStyle>(Boolean, Func<AbpTableStyle, AbpTableStyle>)
AbpObjectExtensions.If<AbpTableStyle>(Boolean, Action<AbpTableStyle>)
Back to top Powered by Volosoft