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

ASPxLabel

The ASPxLabel control allows you to display text in a specified location on a web page.

ASPxLabel - Label

ASPxLabel offers the following features:

  • Ability to Associate a Label to a Control

    You can specify a control with which the ASPxLabel control is associated. In this case, the label renders as an HTML label element, with the for attribute set to the ID property of the associated control. Label attributes can be used to extend the functionality of the associated control. You can define an associated control with the ASPxLabel.AssociatedControlID property.

  • Appearance Customization

    The ASPxLabel appearance can be customized in different ways: by applying DevExpress built-in themes, by specifying CSS classes or by using different label appearance properties.

  • Full-Featured Client-Side API

    ASPxLabel provides you with a comprehensive client-side API. This API is implemented using JavaScript and is exposed via the ASPxClientLabel object. The ASPxClientLabel object serves as a client-side equivalent of the ASPxLabel control.