ASPxStaticEdit Class
In This Article
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.v24.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).
#Implements
Show 15 items
#Inheritance
See Also