Skip to main content
Tab

ASPxStaticEdit Class

Represents the base class for static editors which do not allow their values to be changed by end users.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class ASPxStaticEdit :
    ASPxEditBase

Remarks

The ASPxStaticEdit class serves as a base for the editors which don’t allow data input (such as the ASPxHyperLink, ASPxImage and ASPxLabel).

See Also