Skip to main content
A newer version of this page is available. .

IAccessRule Interface

A rule that allows or denies access.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v19.2.dll

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