Skip to main content
All docs
V23.2

DevExpressWasmMasksServiceCollectionExtensions.AddDevExpressBlazorWasmMasks(IServiceCollection, Boolean) Method

OBSOLETE

This method is now obsolete. You can remove it from your project.

The method is obsolete.

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Blazor.Server.WebAssembly.v23.2.dll

NuGet Package: DevExpress.Blazor.Server.WebAssembly

Declaration

[Obsolete("This method is now obsolete. You can remove it from your project.")]
public static void AddDevExpressBlazorWasmMasks(
    this IServiceCollection services,
    bool masksEnabled = false
)

Parameters

Name Type Description
services IServiceCollection

.

Optional Parameters

Name Type Default Description
masksEnabled Boolean False

.

Remarks

Important

DevExpress data editors no longer allow you to enable client-side (Web Assembly) masks in Blazor Server applications. Refer to this breaking change for more information.

See Also