Skip to main content
A newer version of this page is available. .
Tab

ReadOnlyStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ReadOnlyStyle :
    AppearanceStyleBase

The following members return ReadOnlyStyle objects:

Show 39 links
Library Related API Members
ASP.NET Controls and MVC Extensions ASPxBinaryImage.ReadOnlyStyle
ASPxEdit.ReadOnlyStyle
BinaryImageEditProperties.ReadOnlyStyle
EditorStyles.ReadOnly
EditProperties.ReadOnlyStyle
ASP.NET Bootstrap Controls BootstrapButtonEdit.ReadOnlyStyle
BootstrapButtonEditProperties.ReadOnlyStyle
BootstrapCalendar.ReadOnlyStyle
BootstrapCalendarProperties.ReadOnlyStyle
BootstrapCheckBox.ReadOnlyStyle
BootstrapCheckBoxList.ReadOnlyStyle
BootstrapCheckBoxListProperties.ReadOnlyStyle
BootstrapCheckBoxProperties.ReadOnlyStyle
BootstrapColorEdit.ReadOnlyStyle
BootstrapColorEditProperties.ReadOnlyStyle
BootstrapComboBox.ReadOnlyStyle
BootstrapComboBoxProperties.ReadOnlyStyle
BootstrapDateEdit.ReadOnlyStyle
BootstrapDateEditCalendarProperties.ReadOnlyStyle
BootstrapDateEditProperties.ReadOnlyStyle
BootstrapDateEditTimeEditProperties.ReadOnlyStyle
BootstrapDropDownEdit.ReadOnlyStyle
BootstrapDropDownEditProperties.ReadOnlyStyle
BootstrapListBox.ReadOnlyStyle
BootstrapListBoxProperties.ReadOnlyStyle
BootstrapMemo.ReadOnlyStyle
BootstrapMemoProperties.ReadOnlyStyle
BootstrapRadioButton.ReadOnlyStyle
BootstrapRadioButtonList.ReadOnlyStyle
BootstrapRadioButtonListProperties.ReadOnlyStyle
BootstrapRadioButtonProperties.ReadOnlyStyle
BootstrapSpinEdit.ReadOnlyStyle
BootstrapSpinEditProperties.ReadOnlyStyle
BootstrapTagBox.ReadOnlyStyle
BootstrapTagBoxProperties.ReadOnlyStyle
BootstrapTextBox.ReadOnlyStyle
BootstrapTextBoxProperties.ReadOnlyStyle
BootstrapTimeEdit.ReadOnlyStyle
BootstrapTimeEditProperties.ReadOnlyStyle

Remarks

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

See Also