LabelExtension Class
Represents an extension object implementing the Label functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return LabelExtension objects:
Remarks
To declare the Label in a View, invoke the ExtensionsFactory.Label helper method. This method returns the Label extension that is implemented by the LabelExtension class.
To configure the Label extension, pass the LabelSettings object to the ExtensionsFactory.Label helper method as a parameter. The LabelSettings object contains all the Label extension settings.
Refer to the Label Overview topic to learn how to add the Label extension to your project.
Inheritance
Object
ExtensionBase
EditorExtension
LabelExtension
See Also