Skip to main content

ExtensionsFactory.Label(LabelSettings) Method

Creates a Label.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public LabelExtension Label(
    LabelSettings settings
)

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