Skip to main content
All docs
V25.1
  • .NET 8.0+

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    IsGrantedExtensions Methods
    Show Inherited Hide Inherited

    Extends the SecurityStrategy class with methods that check permissions.
    Name Description
    CanCreate(IRequestSecurityStrategy, Type, IObjectSpace) static Checks whether the current user can create objects of the specified type.
    CanCreate<T>(IRequestSecurityStrategy, IObjectSpace) static Checks whether the current user can create objects of the specified type.
    CanDelete(IRequestSecurityStrategy, IObjectSpace, Object) static Checks whether the current user can delete the target object.
    CanDelete(IRequestSecurityStrategy, Type, IObjectSpace, Object) static Checks whether the current user can delete an object with the specified key.
    CanDelete(IRequestSecurityStrategy, Type, IObjectSpace) static Checks whether the current user can delete objects of the specified type.
    CanDelete<T>(IRequestSecurityStrategy, IObjectSpace, Object) static Checks whether the current user can delete an object with the specified key.
    CanDelete<T>(IRequestSecurityStrategy, IObjectSpace) static Checks whether the current user can delete objects of the specified type.
    CanExecute(IRequestSecurityStrategy, String) static Checks whether the current user can execute the specified Action.
    CanNavigate(IRequestSecurityStrategy, String, Object) static Checks whether the current user can navigate to the specified item.
    CanNavigate(IRequestSecurityStrategy, String, Type, Object) static Checks whether the current user can navigate to an object with the specified key.
    CanNavigate(IRequestSecurityStrategy, String, Type) static Checks whether the current user can navigate to the specified item.
    CanNavigate(IRequestSecurityStrategy, String) static Checks whether the current user can navigate to the specified item.
    CanNavigate<T>(IRequestSecurityStrategy, String, Object) static Checks whether the current user can navigate to an object with the specified key.
    CanNavigate<T>(IRequestSecurityStrategy, String) static Checks whether the current user can navigate to the specified item.
    CanRead(IRequestSecurityStrategy, IObjectSpace, Object, String) static Checks whether the current user can read the specified object. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
    CanRead(IRequestSecurityStrategy, Type, IObjectSpace, Object, String) static Checks whether the current user can read an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
    CanRead(IRequestSecurityStrategy, Type, IObjectSpace, String) static Checks whether the current user can read objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object members.
    CanRead<T>(IRequestSecurityStrategy, IObjectSpace, Object, String) static Checks whether the current user can read an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object member.
    CanRead<T>(IRequestSecurityStrategy, IObjectSpace, String) static Checks whether the current user can read objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can read the specified object members.
    CanWrite(IRequestSecurityStrategy, IObjectSpace, Object, String) static Checks whether the current user can write the specified object. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
    CanWrite(IRequestSecurityStrategy, Type, IObjectSpace, Object, String) static Checks whether the current user can write an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
    CanWrite(IRequestSecurityStrategy, Type, IObjectSpace, String) static Checks whether the current user can write objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object members.
    CanWrite<T>(IRequestSecurityStrategy, IObjectSpace, Object, String) static Checks whether the current user can write an object with the specified key. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object member.
    CanWrite<T>(IRequestSecurityStrategy, IObjectSpace, String) static Checks whether the current user can write objects of the specified type. If the optional memberName parameter is specified, the method checks whether the current user can write the specified object members.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also