BootstrapButtonEdit.ValidationSettings Property
Gets the editor’s validation settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorValidationSettings ValidationSettings { get; }
Property Value
Type | Description |
---|---|
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