ExtensionsFactory.Label(Action<LabelSettings>) Method
Creates a Label.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<LabelSettings> | A delegate method that accepts LabelSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| LabelExtension | A LabelExtension object implementing the Label functionality. |
See Also