Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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.CanNavigate Method

Name Parameters Description
CanNavigate(SecurityStrategy, String, Object) static security, itemPath, targetObject Gets the target object’s type and checks whether the current user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.
CanNavigate(SecurityStrategy, String, Type, Object) static security, itemPath, type, targetObjectKey Checks whether the current user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy.
CanNavigate(SecurityStrategy, String, Type) static security, itemPath, type Checks whether the current user has a corresponding permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.
CanNavigate(SecurityStrategy, String) static security, itemPath Checks whether the current user can navigate to the specified item.
CanNavigate<T>(SecurityStrategy, String, Object) static security, itemPath, targetObjectKey Checks whether the current user can navigate to an object with the specified key. Do not use this method with the Allow/Deny Permission Policy.
CanNavigate<T>(SecurityStrategy, String) static security, itemPath Checks whether the current user has a corresponding type permission that allows navigation to the specified item. Do not use this method with the Allow/Deny Permission Policy.