Skip to main content
All docs
V26.1
  • IAccessRule Interface

    A rule that allows or denies access.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v26.1.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