ReadOnlyStyle Class
In This Article
Contains style settings that define the appearance of an editor in the read-only state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ReadOnlyStyle :
AppearanceStyleBase
#Related API Members
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.
#Inheritance
See Also