Skip to main content
All docs
V26.1
  • IEditorBase.ValidationEnabled Property

    Specifies whether the editor validates user input/selection.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    bool? ValidationEnabled { get; set; }

    Property Value

    Type Default Description
    Nullable<Boolean> null

    true if validation is enabled; otherwise, false.

    Remarks

    Refer to the ValidationEnabled property description for additional information and an example.]

    See Also