Skip to main content

IAccessRule Interface

A rule that allows or denies access.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public interface IAccessRule

Remarks

This interface defines the rules that you should pass as the SetRules(IAccessRule[]) method’s parameter. These rules allow or deny access.

Use the following rule types that implement the IAccessRules interface:

See Also