Back to Devexpress

EditProperties.ReadOnlyStyle Property

aspnet-devexpress-dot-web-dot-editproperties-86a32449.md

latest1.3 KB
Original Source

EditProperties.ReadOnlyStyle Property

Gets style settings for the read-only editor state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ReadOnlyStyle ReadOnlyStyle { get; }
vb
Public ReadOnly Property ReadOnlyStyle As ReadOnlyStyle

Property Value

TypeDescription
ReadOnlyStyle

A ReadOnlyStyle object that contains style settings.

|

Remarks

An editor’s read-only state is controlled by the ASPxEditBase.ReadOnly property.

Note

The ReadOnlyStyle property synchronizes its value with the editor’s ASPxEdit.ReadOnlyStyle property.

See Also

EditProperties Class

EditProperties Members

DevExpress.Web Namespace