Skip to main content

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

NavigatorExceptionEventArgs Class

Supplies data for the NavigatorBase.NavigatorException event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class NavigatorExceptionEventArgs :
    ExceptionEventArgs

#Remarks

While navigating/editing records using the data navigator, exceptions might occur due to restrictions on the data source. The data navigator intercepts these exceptions and triggers the NavigatorBase.NavigatorException event in their place.

Use the NavigatorExceptionEventArgs properties to get information about the exception and to process it. The navigator button that generated the exception is specified by the NavigatorExceptionEventArgs.Button property.

#Inheritance

Object
EventArgs
ExceptionEventArgs
NavigatorExceptionEventArgs
See Also