Skip to main content

IPasswordDialogAccessor Interface

If implemented, enables you to access a service used to display a dialog for specifying a password.

Namespace: DevExpress.Xpf.DataAccess

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface IPasswordDialogAccessor :
    IServiceAccessor<IDialogService>
See Also