Back to Devexpress

BootstrapButtonEdit.ValidationSettings Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapbuttonedit-702f8086.md

latest1.8 KB
Original Source

BootstrapButtonEdit.ValidationSettings Property

Gets the editor’s validation settings.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorValidationSettings ValidationSettings { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ValidationSettings As BootstrapEditorValidationSettings

Property Value

TypeDescription
BootstrapEditorValidationSettings

A BootstrapEditorValidationSettings object that contains validation settings.

|

Remarks

This property is a wrapper of the BootstrapButtonEditProperties.ValidationSettings property. Please refer to its description for more information.

See Also

Button Edit

Online Demo: Validation

BootstrapButtonEdit Class

BootstrapButtonEdit Members

DevExpress.Web.Bootstrap Namespace