ExtensionsFactory.Label(Action<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(
Action<LabelSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Label |
A delegate method that accepts Label |
#Returns
Type | Description |
---|---|
Label |
A Label |
See Also