Skip to main content
A newer version of this page is available. .

ExtensionsFactory.Label(LabelSettings) Method

Creates a Label.

Namespace: DevExpress.Web.Mvc.UI

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

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