Back to Devexpress

ASPxStaticEdit Class

aspnet-devexpress-dot-web-a81b5776.md

latest3.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxStaticEdit :
    ASPxEditBase
vb
Public MustInherit Class ASPxStaticEdit
    Inherits 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

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 18 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxStaticEdit ASPxHyperLink

ASPxImageBase

ASPxLabel

ASPxImage

BootstrapImage

BootstrapHyperLink

MVCxImage

MVCxLabel

MVCxHyperLink

See Also

ASPxStaticEdit Members

StaticEditProperties

DevExpress.Web Namespace