ASPxRichEditSettings.Fields Property
Provides access to field settings.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll
Declaration
public ASPxRichEditFieldsSettings Fields { get; }
Public ReadOnly Property Fields As ASPxRichEditFieldsSettings
Property Value
Type | Description |
---|---|
ASPxRichEditFieldsSettings | An ASPxRichEditFieldsSettings class instance that provides access to a document's field settings. |
Available values:
Name | Description |
---|---|
UpdateFieldsOnPaste | Gets or sets whether the control updates the value of the field that has been pasted by an end-user. |
UpdateFieldsBeforePrint | Gets or sets whether the control updates fields' values before printing. |
ASPxRichEditFieldsSettings() | Initializes a new instance of the ASPxRichEditFieldsSettings class. |
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
DefaultDateFormat | Specifies the format parameter for a newly created DATE field. |
DefaultTimeFormat | Specifies the format parameter for a newly created TIME field. |
CreateHyperlinkTooltip | Allows you to implement a custom tooltip for a hyperlink. |
OpenHyperlinkOnClick | Specifies whether a click opens a hyperlink. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Fields |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxRichEdit |
|
ASP.NET Bootstrap Controls | BootstrapRichEdit |
|
ASP.NET MVC Extensions | MVCxRichEdit |
|
RichEditSettings |
|