Skip to main content
Tab

ReadOnlyStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ReadOnlyStyle :
    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.

See Also