ASPxRichEditViewsSettings.SimpleView Property
Provides access to the simple view mode's settings.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll
Declaration
public ASPxRichEditSimpleViewSettings SimpleView { get; }
Public ReadOnly Property SimpleView As ASPxRichEditSimpleViewSettings
Property Value
Type | Description |
---|---|
ASPxRichEditSimpleViewSettings | An ASPxRichEditSimpleViewSettings class instance that provides access to the simple view mode's settings. |
Available values:
Name | Description |
---|---|
Paddings | Provides access to the simple view mode's paddings. |
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
ASPxRichEditSimpleViewSettings() | Initializes a new instance of the ASPxRichEditSimpleViewSettings class. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SimpleView |
---|---|
ASPxRichEditSettings |
|
See Also
Feedback