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

ASPxLabel Class

Represents the label control which can be used to display text on a web page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class ASPxLabel :
    ASPxStaticEdit,
    ITextControl

The following members return ASPxLabel objects:

Remarks

The ASPxLabel class represents the label control capable of displaying text in a set location on the page. The label’s text is specified by the Text property.

In addition to general editor settings inherited from its ancestors (such as appearance and layout settings), the ASPxLabel class implements the ASPxLabel.AssociatedControlID property that identifies a server control with which the label control is associated.

 

ASPxLabel - Label

 

Note

The client-side equivalent of this editor control is represented by the ASPxClientLabel object. The editor’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or any client event is handled. Available client events can be accessed via the ASPxStaticEdit.ClientSideEvents property.

See Also