ExtensionsFactory.Label(LabelSettings) Method
Creates a Label.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | LabelSettings | A LabelSettings object containing Label extension settings. |
Returns
Type | Description |
---|---|
LabelExtension | A LabelExtension object implementing the Label functionality. |
See Also