Back to Devexpress

ReadOnlyStyle Class

aspnet-devexpress-dot-web-77c64ea1.md

latest1.9 KB
Original Source

ReadOnlyStyle Class

Contains style settings that define the appearance of an editor in the read-only state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ReadOnlyStyle :
    AppearanceStyleBase
vb
Public Class ReadOnlyStyle
    Inherits AppearanceStyleBase

The following members return ReadOnlyStyle objects:

Remarks

An object of the ReadOnlyStyle type can be accessed via an editor’s ASPxEdit.ReadOnlyStyle (EditProperties.ReadOnlyStyle) property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase ReadOnlyStyle

See Also

ReadOnlyStyle Members

DevExpress.Web Namespace