ExtensionsFactory.Label(LabelSettings) Method
In This Article
Creates a Label.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public LabelExtension Label(
LabelSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Label |
A Label |
#Returns
Type | Description |
---|---|
Label |
A Label |
See Also