General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapCheckBoxListProperties.ValidationSettings Property
Gets the editor's validation settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorValidationSettings ValidationSettings { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ValidationSettings As BootstrapEditorValidationSettings
Property Value
Type | Description |
---|---|
BootstrapEditorValidationSettings | A BootstrapEditorValidationSettings object that contains validation settings. |
Remarks
Use the ValidationSettings property to access and customize the settings that relate to editor validation.
Note
The ValidationSettings property synchronizes its value with the editor's BootstrapCheckBoxList.ValidationSettings property.
See Also
Feedback