Class AbpRowTagHelper
Inheritance
System.Object
AbpRowTagHelper
Implements
ITransientDependency
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Grid
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpRowTagHelper : AbpTagHelper<AbpRowTagHelper, AbpRowTagHelperService>, ITransientDependency
Constructors
AbpRowTagHelper(AbpRowTagHelperService)
Declaration
public AbpRowTagHelper(AbpRowTagHelperService tagHelperService)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpRowTagHelperService | tagHelperService |
Properties
Gutters
Declaration
public bool? Gutters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HAlign
Declaration
public HorizontalAlign HAlign { get; set; }
Property Value
| Type | Description |
|---|---|
| HorizontalAlign |
VAlign
Declaration
public VerticalAlign VAlign { get; set; }
Property Value
| Type | Description |
|---|---|
| VerticalAlign |
Implements
ITransientDependency