Back to Devexpress

HtmlEditorValidationSettings.RequiredField Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorvalidationsettings.md

latest2.3 KB
Original Source

HtmlEditorValidationSettings.RequiredField Property

Gets the settings that define the required field validation’s rules.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorRequiredFieldValidationPattern RequiredField { get; }
vb
Public ReadOnly Property RequiredField As HtmlEditorRequiredFieldValidationPattern

Property Value

TypeDescription
HtmlEditorRequiredFieldValidationPattern

A HtmlEditorRequiredFieldValidationPattern object that contains specific validation settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to RequiredField
ASP.NET MVC ExtensionsHtmlEditorBinderSettings

.ValidationSettings .RequiredField

| | HtmlEditorSettings |

.SettingsValidation .RequiredField

| | ASP.NET Web Forms Controls | ASPxHtmlEditor |

.SettingsValidation .RequiredField

|

See Also

HTML Editor

HtmlEditorValidationSettings Class

HtmlEditorValidationSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace