BootstrapButtonEdit.ValidationSettings Property
In This Article
Gets the editor’s validation settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
This property is a wrapper of the BootstrapButtonEditProperties.ValidationSettings property. Please refer to its description for more information.
See Also